Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
siomiz committed Mar 11, 2016
1 parent c6919b7 commit 0219370
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 @@ -15,7 +15,7 @@ RUN apk add -U gnupg curl git \
&& git verify-tag "$PULSE_VERSION" \
&& git checkout "$PULSE_VERSION" \
&& go run build.go -no-upgrade \
&& mkdir /opt/syncthing \
&& mkdir -p /opt/syncthing \
&& cp bin/syncthing /opt/syncthing/syncthing \
&& rm -rf /go/src/github.com /go/src/golang.org /root/.gnupg \
&& apk del -r --purge gnupg curl git \
Expand Down

0 comments on commit 0219370

Please sign in to comment.