Skip to content

Commit a280ba8

Browse files
author
Christophe Mehay
committed
golang install
1 parent 0a87727 commit a280ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
3737
# Install go
3838
ENV GOPATH /tmp/go
3939
RUN mkdir /tmp/go
40-
RUN apt-get -y install golang
40+
RUN apt-get update && apt-get install -y -q golang
4141

4242
# Build Forego
4343
RUN go get -u github.com/ddollar/forego

0 commit comments

Comments
 (0)