11 lines
332 B
Docker
11 lines
332 B
Docker
FROM cr.yandex/crp9onavos88ug32d5r2/grader/go-build:latest
|
|
|
|
COPY . /opt/shad
|
|
|
|
RUN cd /opt/shad && go mod download
|
|
|
|
COPY .gitlab-ci.yml /opt/shad/.grader-ci.yml
|
|
|
|
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool/cmd/testtool
|
|
|
|
RUN find /opt/shad -type f -iname '*.go' -not -path '*/testdata/*' | xargs chmod o-rwx
|