Skip to content

Commit

Permalink
Fix dry
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Aug 10, 2024
1 parent c36796c commit 190a13e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ RUN test -n "${BUILD_VERSION}" \
&& curl -L "${ARCHIVE_URL}${BUILD_VERSION}.tar.gz" -o /tmp/dry.tar.gz \
&& tar xzf /tmp/dry.tar.gz --strip 1 -C /go/src/github.com/moncho/dry \
#&& go get -u github.com/containerd/[email protected] \
&& go get -u github.com/docker/[email protected] \
&& go get -u github.com/docker/[email protected] \
&& go get -u github.com/docker/[email protected] github.com/docker/[email protected] \
#&& go get -u github.com/docker/distribution \
&& go get -u golang.org/x/net \
#&& go get -u all \
Expand Down

0 comments on commit 190a13e

Please sign in to comment.