We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164b78b commit adf6eedCopy full SHA for adf6eed
1 file changed
php/frankenphp.Dockerfile
@@ -151,6 +151,7 @@ RUN <<EOF
151
set -e
152
apt-get update
153
apt-get upgrade -y
154
+ apt-get install -y git
155
install-php-extensions xdebug
156
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
157
EOF
0 commit comments