UnschooledGamer commited on
Commit
5c7c840
·
verified ·
1 Parent(s): 4f9c306

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -29,6 +29,8 @@ COPY get-lit.sh /app/
29
 
30
  # RUN destination_dir="./bin/opus/win32"; dpkg -L libopus-dev | grep -E 'libopus.so|libopus.a' | xargs -I {} sh -c 'ext="${1##*.}"; echo $1 $ext $destination_dir/x64.${ext}; pwd; cp "$1" "$destination_dir/x64.${ext}"' _ {}
31
 
 
 
32
  RUN export destination_dir="./bin/opus/linux" && dpkg -L libopus-dev | grep -E 'libopus.so|libopus.a' | xargs -I {} sh -c 'ext="${1##*.}"; echo "$1 $ext $destination_dir/x64.${ext}"; cp "$1" "$destination_dir/x64.${ext}"' -- {}
33
 
34
  RUN ls -la ./bin/opus/linux
 
29
 
30
  # RUN destination_dir="./bin/opus/win32"; dpkg -L libopus-dev | grep -E 'libopus.so|libopus.a' | xargs -I {} sh -c 'ext="${1##*.}"; echo $1 $ext $destination_dir/x64.${ext}; pwd; cp "$1" "$destination_dir/x64.${ext}"' _ {}
31
 
32
+ RUN mkdir -p ./bin/opus/linux
33
+
34
  RUN export destination_dir="./bin/opus/linux" && dpkg -L libopus-dev | grep -E 'libopus.so|libopus.a' | xargs -I {} sh -c 'ext="${1##*.}"; echo "$1 $ext $destination_dir/x64.${ext}"; cp "$1" "$destination_dir/x64.${ext}"' -- {}
35
 
36
  RUN ls -la ./bin/opus/linux