shad-go/testenv.docker

8 lines
175 B
Docker
Raw Normal View History

2020-01-31 19:03:57 +00:00
FROM eu.gcr.io/shad-ts/grader/go-build:latest
COPY . /opt/shad
2020-01-31 19:48:08 +00:00
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool
RUN find /opt/shad | xargs chmod o-rwx