mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-10 08:59:22 +02:00
add zip and git in image
This commit is contained in:
parent
47e0064de8
commit
cc817aee99
@ -4,7 +4,7 @@ WORKDIR /app/
|
|||||||
|
|
||||||
COPY ./requirements.txt /opt/requirements.txt
|
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 && \
|
RUN apt-get install -y --no-install-recommends python3-venv && \
|
||||||
python3 -m venv /opt/venv && \
|
python3 -m venv /opt/venv && \
|
||||||
|
Loading…
Reference in New Issue
Block a user