Skip to content

Commit

Permalink
Fix alpine install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Apr 15, 2024
1 parent 5f52f78 commit 442eec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV DOCKERIZE_VERSION v0.7.0

RUN apk update --no-cache \
&& apk add --no-cache wget openssl \
&& wget -O - https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar xzf - -C /usr/local/bin \
&& wget -O - https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar xzf - -C /usr/local/bin \
&& apk del wget
```

Expand Down

0 comments on commit 442eec7

Please sign in to comment.