Skip to content

Commit

Permalink
Rocky Linux 8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 30, 2023
1 parent de200f3 commit 956040a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM docker.io/centos:7
FROM docker.io/rockylinux:8-minimal
LABEL maintainer "Mikko Rauhala <[email protected]>"
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 yum -y install https://download.fmi.fi/smartmet-open/rhel/7/x86_64/smartmet-open-release-latest-7.noarch.rpm && \
RUN yum -y install https://download.fmi.fi/smartmet-open/rhel/8/x86_64/smartmet-open-release-latest-8.noarch.rpm && \
yum -y install epel-release && \
yum-config-manager --setopt="epel.exclude=librsvg2*" --save && \
yum-config-manager --setopt="base.exclude=librsvg2*" --save && \
Expand Down

0 comments on commit 956040a

Please sign in to comment.