Skip to content

Commit

Permalink
fix(httpclient): updates certificate authorities (bigbluebutton#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
faust64 authored and wbonis committed Dec 15, 2021
1 parent f3764b2 commit 34ed8d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@ ENV VERSION_CODE=$version_code
# Set executable permission to start file
RUN chmod +x bin/start

# FIXME / to remove / https://github.com/nahi/httpclient/issues/445
RUN cat /etc/ssl/certs/ca-certificates.crt \
>/usr/src/app/vendor/bundle/ruby/2.7.0/gems/httpclient-2.8.3/lib/httpclient/cacert.pem

# Start the application.
CMD ["bin/start"]

0 comments on commit 34ed8d9

Please sign in to comment.