Skip to content

Commit 370ec32

Browse files
author
Joe Cardella
committed
add git to docker image
1 parent 4d21817 commit 370ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22
ARG DIFFY_VERSION=0.1.22
33
RUN apk update && \
4-
apk add bash openssl php php-openssl php-phar php-iconv && \
4+
apk add bash git openssl php php-openssl php-phar php-iconv && \
55
wget -O /usr/local/bin/diffy https://github.com/DiffyWebsite/diffy-cli/releases/download/${DIFFY_VERSION}/diffy.phar && \
66
chmod u+x /usr/local/bin/diffy

0 commit comments

Comments
 (0)