Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Some Dockerfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis committed Mar 6, 2022
1 parent ac43676 commit ea0f744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/compile/Dockerfile.rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

FROM rockylinux:8.5

RUN yum -y upgrade
RUN yum -y install \
RUN yum -y upgrade \
&& yum -y install \
ant \
automake \
curl \
Expand Down
2 changes: 1 addition & 1 deletion docker/dist/Dockerfile.dist.rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#syntax=docker/dockerfile:1.2
FROM rockylinux:8.5

RUN yum -y install epel-release \
RUN yum -y upgrade \
&& yum -y install \
curl \
java-11-openjdk-headless \
Expand Down
4 changes: 2 additions & 2 deletions docker/test/Dockerfile.rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ FROM rockylinux:8.5
# This is passed to the heron build command via the --config flag
ENV TARGET_PLATFORM linux

RUN yum -y upgrade
RUN yum -y install \
RUN yum -y upgrade \
&& yum -y install \
automake \
curl \
cmake \
Expand Down

0 comments on commit ea0f744

Please sign in to comment.