fix: update Dockerfile

This commit is contained in:
Matthew McKinnon 2024-09-19 21:53:31 +10:00
parent 11cbf5d003
commit 7317211394

View File

@ -1,8 +1,8 @@
FROM php:8.1-apache FROM php:8.1-apache
LABEL Matthew McKinnon <support@comprofix.com> LABEL "Matthew McKinnon"="<support@comprofix.com>"
ENV DEBIAN_FRONTEND noninteractive ENV "DEBIAN_FRONTEND"="noninteractive"
RUN apt-get update RUN apt-get update
RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get clean && rm -rf /var/lib/apt/lists/*