xfcxcxcdfdfd commited on
Commit
9a3a73b
·
verified ·
1 Parent(s): 119d2d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +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
- 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 && \
 
37
 
38
  # Install Python dependencies
39
  RUN pip3 install -r requirements.txt
40
+ RUN pip3 install requests jsonpatch
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 && \