mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-04 15:18:56 +00:00
add zip and git in image
This commit is contained in:
parent
47e0064de8
commit
cc817aee99
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue