Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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/
|
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 |
|