mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
Iniital Dockerfile
This commit is contained in:
parent
48753ffb09
commit
60b02ccac1
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN apt-get update && \
|
||||||
build-essential \
|
build-essential \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-pip \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
unzip
|
unzip
|
||||||
|
@ -17,5 +18,7 @@ RUN wget \
|
||||||
dpkg -i qemu.deb && \
|
dpkg -i qemu.deb && \
|
||||||
rm qemu.deb
|
rm qemu.deb
|
||||||
|
|
||||||
|
RUN python3 -m pip install --user colorama ansiwrap attrs watchdog python-Levenshtein
|
||||||
|
|
||||||
RUN mkdir /oot
|
RUN mkdir /oot
|
||||||
WORKDIR /oot
|
WORKDIR /oot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue