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