Update Dockerfile

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-07-09 14:55:46 +02:00
committed by GitHub
parent ae368b15eb
commit 62093dac18
+2 -1
View File
@@ -43,7 +43,7 @@ RUN \
curl \ curl \
gcc \ gcc \
git \ git \
gnupg \ gnupg \
gzip \ gzip \
jo \ jo \
jq \ jq \
@@ -53,6 +53,7 @@ RUN \
unzip \ unzip \
wget \ wget \
zip \ zip \
webp \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Create a directory for the tools # Create a directory for the tools