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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,9 +29,9 @@ 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/win32" && 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/win32
35
 
36
  RUN ls -la
37
 
 
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
35
 
36
  RUN ls -la
37