Skip to content

Commit

Permalink
fix(docker): include ca-certificates in runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfreiling committed Aug 26, 2024
1 parent 5ad18f8 commit 0dbc0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ COPY test/cert/privkey-edrlab-test.pem /app/cert/edrlab.key
COPY test/config.localhost.yaml /app/config.yaml
COPY test/.htpasswd /app/.htpasswd

# RUN ls -al /app && sleep 600
# Update CA certificates
RUN apt-get update && apt-get -y install ca-certificates && apt-get clean

# Run as non-root LCP user
USER lcp
Expand Down
4 changes: 2 additions & 2 deletions ci/helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ home: https://github.com/notalib/readium-lcp-server
keywords:
- "lcp"
- "readium"
version: "1.9.2-prod1"
appVersion: "1.9.2"
version: "1.9.2-prod2"
appVersion: "1.9.2-prod2"

0 comments on commit 0dbc0cb

Please sign in to comment.