1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-09-16 09:06:32 +02:00

Update Dockerfile

missed this one
This commit is contained in:
Eddy Vervest
2022-05-30 19:18:35 +02:00
committed by GitHub
parent c4c442d000
commit baea3d4086

View File

@@ -13,7 +13,7 @@ ENV TZ Etc/UTC
LABEL version=$VERSION
RUN set -eu \
&& apt update \
&& apt-get update \
&& echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
&& apt-get install -y --no-install-recommends \
python3 curl python3-pip git python3-multidict \