diff --git a/Dockerfile b/Dockerfile index e6fb3bd..7ccec21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ RUN sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 50M/' "$PHP_INI_DIR # supervisord dependencies RUN apt-get update && \ - apt-get full-upgrade -y && \ - apt-get install -y --no-install-recommends supervisor && \ - rm -rf /var/lib/apt/lists/* + apt-get full-upgrade -y && \ + apt-get install -y --no-install-recommends supervisor && \ + rm -rf /var/lib/apt/lists/* COPY supervisord.conf /etc/supervisord.conf -CMD ["supervisord", "-c", "/etc/supervisord.conf"] \ No newline at end of file +CMD ["supervisord", "-c", "/etc/supervisord.conf"]