mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-26 00:02:45 +01:00
Minor fixes
This commit is contained in:
@@ -8,7 +8,6 @@ RUN set -eux; \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
mysql-client \
|
||||
git \
|
||||
libarchive-tools; \
|
||||
mkdir -p /var/www/app
|
||||
|
||||
@@ -54,6 +53,7 @@ RUN set -eux; \
|
||||
libpng-dev \
|
||||
libzip-dev \
|
||||
oniguruma-dev \
|
||||
git \
|
||||
zip; \
|
||||
docker-php-ext-configure gd --with-freetype --with-jpeg; \
|
||||
docker-php-ext-install -j$(nproc) \
|
||||
|
||||
Reference in New Issue
Block a user