fix: update Dockerfile
This commit is contained in:
parent
11cbf5d003
commit
7317211394
@ -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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user