Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #372 from JewelJar/master
Browse files Browse the repository at this point in the history
fixed broken Docker build.
  • Loading branch information
adg committed Feb 3, 2016
2 parents a691b44 + 1d689dc commit 717c3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN unzip /x/redigo.zip -d /x && unzip /x/snappy-go.zip -d /x && \

# Build the local gddo files.
ADD . /go/src/github.com/golang/gddo
RUN go install github.com/golang/gddo/gddo-server
RUN go get github.com/golang/gddo/gddo-server

# Exposed ports and volumes.
# /ssl should contain SSL certs.
Expand Down

0 comments on commit 717c3ed

Please sign in to comment.