Skip to content

Commit

Permalink
Update base centos7 images
Browse files Browse the repository at this point in the history
This updates ca-certificates that allow us to connect to archive.apache.org securely.
  • Loading branch information
wendigo committed Feb 15, 2024
1 parent e3f46a4 commit 431d6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/centos7-oj11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY ./files /
# Install Java and presto-admin dependences
RUN \
set -xeu && \
yum update -y && \
yum install -y \
nc \
wget \
Expand Down
1 change: 1 addition & 0 deletions testing/centos7-oj17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY ./files /
# Install Java and presto-admin dependences
RUN \
set -xeu && \
yum update -y && \
yum install -y \
nc \
wget \
Expand Down

0 comments on commit 431d6c2

Please sign in to comment.