xfcxcxcdfdfd commited on
Commit
ccf7a1c
·
verified ·
1 Parent(s): e901529

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -36,6 +36,7 @@ RUN pip3 install -r requirements.txt
36
  # Download Flash Player for Linux
37
  RUN wget https://archive.org/download/flashplayerarchive/pub/flashplayer/installers/archive/fp_32.0.0.371_archive.zip -O /tmp/flashplayer.zip && \
38
  unzip /tmp/flashplayer.zip -d /tmp && \
 
39
  mv /tmp/32_0_r0_371/flashplayer32_0r0_371_linuxpep.x86_64.tar.gz /tmp/flashplayer.tar.gz && \
40
  tar -xvzf /tmp/flashplayer.tar.gz -C /usr/lib/adobe-flashplugin
41
 
 
36
  # Download Flash Player for Linux
37
  RUN wget https://archive.org/download/flashplayerarchive/pub/flashplayer/installers/archive/fp_32.0.0.371_archive.zip -O /tmp/flashplayer.zip && \
38
  unzip /tmp/flashplayer.zip -d /tmp && \
39
+ mkdir -p /usr/lib/adobe-flashplugin && \
40
  mv /tmp/32_0_r0_371/flashplayer32_0r0_371_linuxpep.x86_64.tar.gz /tmp/flashplayer.tar.gz && \
41
  tar -xvzf /tmp/flashplayer.tar.gz -C /usr/lib/adobe-flashplugin
42