add unzip
Build and Push Docker Images / build-and-push (push) Successful in 4m18s

This commit is contained in:
2025-09-24 22:47:02 +02:00
parent 9791fd7b01
commit ecfd659ade
+1
View File
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
sudo \
curl \
unzip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*