Skip to content

Commit 73898c5

Browse files
committed
feat: add git to dev image
Is required for symfony recipes
1 parent 164b78b commit 73898c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/frankenphp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN <<EOF
151151
set -e
152152
apt-get update
153153
apt-get upgrade -y
154-
install-php-extensions xdebug
154+
install-php-extensions xdebug git
155155
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
156156
EOF
157157

0 commit comments

Comments
 (0)