Skip to content

Commit

Permalink
Change in golang dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kapillamba4 committed Jul 11, 2018
1 parent 1b8d57d commit 3dd7431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions containers/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM alpine:3.6

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

ENV TMPDIR /usr/src/runbox
COPY ./compile.sh /bin/compile.sh
COPY ./run.sh /bin/run.sh

Expand Down
1 change: 0 additions & 1 deletion tests/golang/test_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ docker run \
--rm \
--read-only \
-v "$RUNBOX":/usr/src/runbox \
-v "$RUNBOX":/tmp \
-w /usr/src/runbox codingblocks/judge-worker-golang \
bash -c "/bin/compile.sh && /bin/run.sh"

Expand Down

0 comments on commit 3dd7431

Please sign in to comment.