Skip to content

Commit 431d6c2

Browse files
committed
Update base centos7 images
This updates ca-certificates that allow us to connect to archive.apache.org securely.
1 parent e3f46a4 commit 431d6c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

testing/centos7-oj11/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY ./files /
1717
# Install Java and presto-admin dependences
1818
RUN \
1919
set -xeu && \
20+
yum update -y && \
2021
yum install -y \
2122
nc \
2223
wget \

testing/centos7-oj17/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY ./files /
1717
# Install Java and presto-admin dependences
1818
RUN \
1919
set -xeu && \
20+
yum update -y && \
2021
yum install -y \
2122
nc \
2223
wget \

0 commit comments

Comments
 (0)