xfcxcxcdfdfd commited on
Commit
119d2d2
·
verified ·
1 Parent(s): 397121f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -37,6 +37,7 @@ RUN mkdir -p /app/socialwarriors/saves && chmod 777 /app/socialwarriors/saves
37
 
38
  # Install Python dependencies
39
  RUN pip3 install -r requirements.txt
 
40
 
41
  # Download Flash Player for Linux
42
  RUN wget https://archive.org/download/flashplayerarchive/pub/flashplayer/installers/archive/fp_32.0.0.371_archive.zip -O /tmp/flashplayer.zip && \
 
37
 
38
  # Install Python dependencies
39
  RUN pip3 install -r requirements.txt
40
+ RUN pip3 install requests
41
 
42
  # Download Flash Player for Linux
43
  RUN wget https://archive.org/download/flashplayerarchive/pub/flashplayer/installers/archive/fp_32.0.0.371_archive.zip -O /tmp/flashplayer.zip && \