Skip to content

Commit 3dd7431

Browse files
committed
Change in golang dockerfile
1 parent 1b8d57d commit 3dd7431

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

containers/golang/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM alpine:3.6
22

33
RUN apk add --no-cache musl-dev bash go="1.8.4-r0"
44

5+
ENV TMPDIR /usr/src/runbox
56
COPY ./compile.sh /bin/compile.sh
67
COPY ./run.sh /bin/run.sh
78

tests/golang/test_worker.sh

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ docker run \
1919
--rm \
2020
--read-only \
2121
-v "$RUNBOX":/usr/src/runbox \
22-
-v "$RUNBOX":/tmp \
2322
-w /usr/src/runbox codingblocks/judge-worker-golang \
2423
bash -c "/bin/compile.sh && /bin/run.sh"
2524

0 commit comments

Comments
 (0)