Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Oct 31, 2024
1 parent dcc8283 commit 73c8a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/almalinux/8/source-build/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN dnf upgrade --refresh -y \
&& dnf install -y \
'dnf-command(config-manager)' \
epel-release \
&& dnf config-manager --set-enabled powertools \
&& dnf config-manager --set-enabled epel \
&& dnf install -y \
&& dnf config-manager --set-enabled powertools \
&& dnf config-manager --set-enabled epel \
&& dnf install -y \
"perl(Time::HiRes)" \
autoconf \
automake \
Expand Down

0 comments on commit 73c8a3a

Please sign in to comment.