UnschooledGamer commited on
Commit
e16d050
·
verified ·
1 Parent(s): acdabf4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ COPY auth.lua /app/src/addon/auth.lua
33
 
34
  RUN mkdir -p ./bin/opus/linux
35
 
36
- 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}"' -- {}
37
 
38
  RUN ls -la ./bin/opus/linux
39
 
 
33
 
34
  RUN mkdir -p ./bin/opus/linux
35
 
36
+ RUN export destination_dir="./bin/" && 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}"' -- {}
37
 
38
  RUN ls -la ./bin/opus/linux
39