update "lets install dependencies first"

This commit is contained in:
Christoph Kottke
2024-04-29 10:47:04 +02:00
parent 83b8655143
commit ae4cc03205

View File

@@ -17,7 +17,7 @@ RUN set -e; \
\
a2enmod rewrite; \
\
rm -rf /var/lib/apt/lists/*;
apt-get clean;
# Enabling custom upload settings in PHP
RUN set -e; \