python-requests added to docker

This commit is contained in:
Darek Konopka 2023-01-25 01:41:09 -05:00 committed by GitHub
parent 245270d107
commit 3e673a8a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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