Skip to content

Commit

Permalink
Fix redhat dockerfile (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells authored Oct 24, 2023
1 parent aea8a7e commit 53d821d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WORKDIR /tmp
RUN dnf -y update && \
dnf install -y dnf-plugins-core && \
dnf config-manager --set-enabled crb && \
dnf install -y epel-release && \
dnf -y install \
bison \
boost-devel \
Expand Down

0 comments on commit 53d821d

Please sign in to comment.