Skip to content

Commit e8dd5c0

Browse files
author
Ivo Georgiev
committed
Dockerfile: install ca-certificates
1 parent c3efcb8 commit e8dd5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV SINGLE_TICK=
3434

3535
WORKDIR /usr/local/bin
3636

37-
RUN apt update && apt-get install -y libssl-dev
37+
RUN apt update && apt-get install -y libssl-dev ca-certificates
3838

3939
COPY docs/config/cloudflare_origin.crt /usr/local/share/ca-certificates/
4040

0 commit comments

Comments
 (0)