mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Dockerfile: Remove empty line in RUN command
This will throw errors in future Docker versions
This commit is contained in:
parent
82dc08e7e7
commit
43d48ae2df
@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y \
|
||||
# We install and enable php-gd
|
||||
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ &&\
|
||||
docker-php-ext-install -j$(nproc) gd && \
|
||||
|
||||
# We enable Apache's mod_rewrite
|
||||
a2enmod rewrite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user