mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
parent
05ef818c32
commit
8c98f0f820
2 changed files with 16 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM devkitpro/devkita64:latest
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
COPY ./requirements.txt /opt/requirements.txt
|
||||
|
||||
RUN apt-get install -y --no-install-recommends python3-venv && \
|
||||
python3 -m venv /opt/venv && \
|
||||
. /opt//venv/bin/activate && \
|
||||
pip install -r /opt/requirements.txt
|
||||
|
||||
RUN dkp-pacman -S --needed --noconfirm \
|
||||
switch-glm switch-libjpeg-turbo \
|
||||
devkitarm-rules devkitA64 hactool
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
lz4==4.3.3
|
||||
pycryptodome==3.20.0
|
Loading…
Add table
Reference in a new issue