Skip to content

Commit

Permalink
Make yum install easier to read in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 10, 2023
1 parent e62254d commit f3b3494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM --platform=linux/amd64 centos:7 as package

RUN yum install -y \
make \
rpm-build
RUN yum install -y make rpm-build
# lots of packages don't exist in rhel7
# the Makefile will print lots of warnings as a result

WORKDIR /app

Expand Down

0 comments on commit f3b3494

Please sign in to comment.