ium_07 sacred

This commit is contained in:
Michal Gulczynski 2024-06-11 19:35:16 +02:00
parent 54c34cd3ad
commit f6fa572ef8

View File

@ -4,6 +4,7 @@ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
python3 \ python3 \
python3-pip \ python3-pip \
git \
wget \ wget \
unzip \ unzip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*