mirror of
https://github.com/zeldaret/oot
synced 2026-07-10 06:57:21 -04:00
Iniital Dockerfile
This commit is contained in:
@@ -6,6 +6,7 @@ RUN apt-get update && \
|
||||
build-essential \
|
||||
pkg-config \
|
||||
python3 \
|
||||
python3-pip \
|
||||
wget \
|
||||
git \
|
||||
unzip
|
||||
@@ -17,5 +18,7 @@ RUN wget \
|
||||
dpkg -i qemu.deb && \
|
||||
rm qemu.deb
|
||||
|
||||
RUN python3 -m pip install --user colorama ansiwrap attrs watchdog python-Levenshtein
|
||||
|
||||
RUN mkdir /oot
|
||||
WORKDIR /oot
|
||||
|
||||
Reference in New Issue
Block a user