Spaces:
Running
Running
xfcxcxcdfdfd
commited on
Update Dockerfile
Browse files- 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 && \
|