We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f46a4 commit 431d6c2Copy full SHA for 431d6c2
testing/centos7-oj11/Dockerfile
@@ -17,6 +17,7 @@ COPY ./files /
17
# Install Java and presto-admin dependences
18
RUN \
19
set -xeu && \
20
+ yum update -y && \
21
yum install -y \
22
nc \
23
wget \
testing/centos7-oj17/Dockerfile
0 commit comments