We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2d099 commit ca934f3Copy full SHA for ca934f3
Dockerfile
@@ -47,7 +47,7 @@ ENV NGINX_SERVER_TYPE ${NGINX_SERVER_TYPE:-laravel}
47
48
# Install additional tools and PHP extensions
49
RUN apt-get update && apt-get install -y --no-install-recommends \
50
- sqlite3 apache2-utils htop nano gettext-base lsb-release wget gnupg nginx supervisor \
+ git sqlite3 apache2-utils htop nano gettext-base lsb-release wget gnupg nginx supervisor \
51
libpq-dev libjpeg62-turbo-dev libpng-dev libzip-dev libicu-dev libfreetype6-dev \
52
&& curl https://repo.mysql.com/mysql-apt-config_0.8.22-1_all.deb --output mysql-apt-config.deb \
53
&& DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config.deb \
0 commit comments