UnschooledGamer commited on
Commit
3625d84
·
verified ·
1 Parent(s): b4ca02d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ COPY auth.lua /app/src/addon/auth.lua
36
 
37
  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/opus-linux-x64.${ext}"; cp "$1" "$destination_dir//opus-linux-x64.${ext}"' -- {}
38
 
39
- RUN ls -la ./bin/opus/linux
40
 
41
  RUN ls -la
42
 
 
36
 
37
  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/opus-linux-x64.${ext}"; cp "$1" "$destination_dir//opus-linux-x64.${ext}"' -- {}
38
 
39
+ RUN ls -la ./bin
40
 
41
  RUN ls -la
42