mirror of https://github.com/zeldaret/tp.git
python-requests added to docker
This commit is contained in:
parent
245270d107
commit
3e673a8a45
|
|
@ -19,4 +19,5 @@ RUN sudo ./install-devkitpro-pacman
|
|||
RUN sudo dkp-pacman -Syu --noconfirm
|
||||
WORKDIR /etc
|
||||
RUN sudo ln -sf /proc/self/mounts mtab
|
||||
RUN sudo dkp-pacman -S --noconfirm gamecube-dev wii-dev
|
||||
RUN sudo dkp-pacman -S --noconfirm gamecube-dev wii-dev
|
||||
RUN pip3 install requests
|
||||
|
|
|
|||
Loading…
Reference in New Issue