Skip to content

Commit

Permalink
Fixed dockerize install steps. (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen authored Sep 4, 2024
1 parent 3003101 commit 065c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -L https://github.com/itchyny/gojq/releases/download/v${GOJQ_VERSION}/g
chmod +x /tmp/gojq_v${GOJQ_VERSION}_linux_amd64/gojq && \
mv /tmp/gojq_v${GOJQ_VERSION}_linux_amd64/gojq /usr/local/bin

RUN 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 \
RUN 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 && \
chmod +x /usr/local/bin/dockerize

# Install redis-cli for debugging.
Expand Down

0 comments on commit 065c9cb

Please sign in to comment.