add zip and git in image

This commit is contained in:
Peter Galonza 2024-05-15 23:14:43 +03:00
parent 47e0064de8
commit cc817aee99

View file

@ -4,7 +4,7 @@ WORKDIR /app/
COPY ./requirements.txt /opt/requirements.txt
RUN apt-get install -y --no-install-recommends jq curl
RUN apt-get install -y --no-install-recommends jq curl zip git
RUN apt-get install -y --no-install-recommends python3-venv && \
python3 -m venv /opt/venv && \