mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +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
|
||||
|
||||
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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue