Skip to content

Commit

Permalink
add ca certificates to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 9, 2023
1 parent 193defc commit 964bd42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:18-slim
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
RUN update-ca-certificates
COPY dist ./dist
COPY static ./static
COPY faucet-config.example.yaml .
Expand Down

0 comments on commit 964bd42

Please sign in to comment.