shad-go/testenv.docker
Fedor Korotkiy 137925c17c Rename image
2023-02-11 22:48:52 +04:00

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