Skip to content

Commit

Permalink
dnf -> microdnf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 30, 2023
1 parent d643ac6 commit 45d1cd4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ LABEL license "MIT License Copyright (c) 2023 FMI Open Development"
ENV USER_NAME="smartmet" \
GOOGLE_FONTS="Lato Noto%20Sans Open%20Sans Poppins Roboto Ubuntu"

RUN dnf -y install https://download.fmi.fi/smartmet-open/rhel/8/x86_64/smartmet-open-release-latest-8.noarch.rpm && \
dnf -y install epel-release && \
dnf config-manager --setopt="epel.exclude=librsvg2*" --save && \
dnf config-manager --setopt="base.exclude=librsvg2*" --save && \
dnf config-manager --setopt="epel.exclude=eccodes*" --save && \
dnf config-manager --disable epel-source && \
dnf -y update && \
dnf -y install \
RUN microdnf -y install https://download.fmi.fi/smartmet-open/rhel/8/x86_64/smartmet-open-release-latest-8.noarch.rpm && \
microdnf -y install epel-release && \
microdnf config-manager --setopt="epel.exclude=librsvg2*" --save && \
microdnf config-manager --setopt="base.exclude=librsvg2*" --save && \
microdnf config-manager --setopt="epel.exclude=eccodes*" --save && \
microdnf config-manager --disable epel-source && \
microdnf -y update && \
microdnf -y install \
smartmet-plugin-admin \
smartmet-plugin-autocomplete \
smartmet-plugin-backend \
Expand All @@ -22,8 +22,8 @@ RUN dnf -y install https://download.fmi.fi/smartmet-open/rhel/8/x86_64/smartmet-
smartmet-plugin-wms \
smartmet-engine-grid \
unzip && \
dnf -y reinstall --setopt=override_install_langs='' --setopt=tsflags='' glibc-common eccodes && \
dnf clean all
microdnf -y reinstall --setopt=override_install_langs='' --setopt=tsflags='' glibc-common eccodes && \
microdnf clean all

# Install Google Fonts
RUN \
Expand Down

0 comments on commit 45d1cd4

Please sign in to comment.