Skip to content

Commit

Permalink
fix: curl: (77) error setting certificate file: /etc/ssl/certs/ca-cer…
Browse files Browse the repository at this point in the history
…tificates.crt
  • Loading branch information
pzhlkj6612 committed Nov 5, 2024
1 parent f187d39 commit ae01786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update && \
-y \
--no-install-suggests \
--no-install-recommends \
'libarchive-tools' 'curl' 'make' 'cmake' 'build-essential'
'ca-certificates' 'libarchive-tools' 'curl' 'make' 'cmake' 'build-essential'

RUN curl -L 'https://github.com/axiomatic-systems/Bento4/archive/f8ce9a93de14972a9ddce442917ddabe21456f4d.zip' | \
bsdtar -f- -x --strip-components=1
Expand All @@ -27,7 +27,7 @@ RUN apt update && \
-y \
--no-install-suggests \
--no-install-recommends \
'curl' 'git' 'python3-pip' 'xz-utils' && \
'ca-certificates' 'curl' 'git' 'python3-pip' 'xz-utils' && \
python3 -m pip install pip -U

RUN pip install \
Expand Down

0 comments on commit ae01786

Please sign in to comment.