Skip to content
Snippets Groups Projects
Commit 65b0761d authored by Christophe Benz's avatar Christophe Benz
Browse files

Add unzip too

parent 90798011
No related branches found
No related tags found
No related merge requests found
Pipeline #354828 failed with stages
in 2 minutes and 24 seconds
FROM python:3.10-slim-bullseye
RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y unzip wget \
&& rm -rf /var/lib/apt/lists/*
ENV PIP_NO_CACHE_DIR 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment