Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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/
|
33 |
|
34 |
-
RUN ls -la ./bin/opus/
|
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 |
|