Skip to content

Commit 8fe580d

Browse files
authored
fix(docker): install git in the runtime image (#121)
1 parent c969cdb commit 8fe580d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ RUN apk add --no-cache \
8585
oniguruma-dev \
8686
postgresql-dev \
8787
linux-headers \
88+
git \
8889
openssh-client \
8990
&& install-php-extensions \
9091
pdo_sqlite \

0 commit comments

Comments
 (0)