We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dac5a commit 4d21817Copy full SHA for 4d21817
src/Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:latest
2
ARG DIFFY_VERSION=0.1.22
3
RUN apk update && \
4
- apk add openssl php php-openssl php-phar php-iconv && \
+ apk add bash openssl php php-openssl php-phar php-iconv && \
5
wget -O /usr/local/bin/diffy https://github.com/DiffyWebsite/diffy-cli/releases/download/${DIFFY_VERSION}/diffy.phar && \
6
chmod u+x /usr/local/bin/diffy
0 commit comments