shad-go/testenv.docker
2020-01-31 22:03:57 +03:00

7 lines
197 B
Docker

FROM eu.gcr.io/shad-ts/grader/go-build:latest
RUN go install gitlab.com/slon/shad-go/tools/testtool
COPY . /opt/shad
RUN find /opt/shad/private -name '*.cpp' -or -name '*.h' | xargs chmod o-rwx