We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8d57d commit 3dd7431Copy full SHA for 3dd7431
containers/golang/Dockerfile
@@ -2,6 +2,7 @@ FROM alpine:3.6
2
3
RUN apk add --no-cache musl-dev bash go="1.8.4-r0"
4
5
+ENV TMPDIR /usr/src/runbox
6
COPY ./compile.sh /bin/compile.sh
7
COPY ./run.sh /bin/run.sh
8
tests/golang/test_worker.sh
@@ -19,7 +19,6 @@ docker run \
19
--rm \
20
--read-only \
21
-v "$RUNBOX":/usr/src/runbox \
22
- -v "$RUNBOX":/tmp \
23
-w /usr/src/runbox codingblocks/judge-worker-golang \
24
bash -c "/bin/compile.sh && /bin/run.sh"
25
0 commit comments