ENV var fix

This commit is contained in:
2024-01-17 18:07:20 +01:00
parent 55ace2881c
commit 5c2bded912

View File

@@ -2,7 +2,7 @@ FROM cr.wks/debian-stable-php-fpm
ARG ROMPR_VERSION=2.10
# Install packages
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y install \
nginx \