Skip to content

Commit ed1bf8c

Browse files
add ca-certificates package to enable verifying lets encrypt issued certificates (#301)
1 parent db0bd97 commit ed1bf8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM debian
22

3+
RUN apt update && apt install -y ca-certificates
4+
35
COPY chproxy /
46

57
EXPOSE 9090

0 commit comments

Comments
 (0)