Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e3c993a15 | |||
| 4220bb629f |
+1
-1
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||
&& docker-php-ext-install -j$(nproc) \
|
||||
gd pgsql bcmath zip pdo_mysql mysqli intl \
|
||||
gd pgsql zip pdo_mysql mysqli intl \
|
||||
&& apt-get -y autoremove \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user