Skip to content

Commit ca934f3

Browse files
committed
Install git
1 parent 6d2d099 commit ca934f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ENV NGINX_SERVER_TYPE ${NGINX_SERVER_TYPE:-laravel}
4747

4848
# Install additional tools and PHP extensions
4949
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 \
50+
git sqlite3 apache2-utils htop nano gettext-base lsb-release wget gnupg nginx supervisor \
5151
libpq-dev libjpeg62-turbo-dev libpng-dev libzip-dev libicu-dev libfreetype6-dev \
5252
&& curl https://repo.mysql.com/mysql-apt-config_0.8.22-1_all.deb --output mysql-apt-config.deb \
5353
&& DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config.deb \

0 commit comments

Comments
 (0)