Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 30, 2023
1 parent f647760 commit b63ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV USER_NAME="smartmet" \

RUN dnf -y install https://download.fmi.fi/smartmet-open/rhel/8/x86_64/smartmet-open-release-latest-8.noarch.rpm && \
dnf -y install yum-tools epel-release && \
dnf config-manager --set-enabled crb
dnf config-manager --set-enabled crb && \
dnf config-manager --setopt="epel.exclude=librsvg2*" --save && \
dnf config-manager --setopt="base.exclude=librsvg2*" --save && \
dnf config-manager --setopt="epel.exclude=eccodes*" --save && \
Expand Down

0 comments on commit b63ace3

Please sign in to comment.