Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit c58f3b8

Browse files
committed
Try to fix Let's Encrypt issues
1 parent 726bf90 commit c58f3b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.centos7-i386

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ COPY /entrypoint-centos.sh /entrypoint.sh
2020
ENTRYPOINT ["/entrypoint.sh"]
2121
SHELL ["/entrypoint.sh", "bash", "-c"]
2222

23+
RUN yum update ca-certificates
2324
RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.19.1-centos7-i386.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
2425

2526
# pcre >= 8.40 required by glib 2.56

Dockerfile.centos7-x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY /entrypoint-centos.sh /entrypoint.sh
1717
ENTRYPOINT ["/entrypoint.sh"]
1818
SHELL ["/entrypoint.sh", "bash", "-c"]
1919

20+
RUN yum update ca-certificates
2021
RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.19.1-centos7-x86_64.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
2122

2223
# pcre >= 8.40 required by glib 2.56

0 commit comments

Comments
 (0)