Skip to content

Commit 4b5a25f

Browse files
author
admin
committed
fix: replace CentOS 8 repo with AlmaLinux 8 repo in Dockerfile
1 parent 914936b commit 4b5a25f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ MAINTAINER martin.etmajer@boehringer-ingelheim.com
44

55
WORKDIR /app
66
COPY build/libs/*all.jar ./app.jar
7-
COPY docker/entrypoint.sh ./entrypoint.sh
7+
COPY entrypoint.sh ./entrypoint.sh
88

99
RUN yum update -y && \
1010
yum install -y libX11 libXext libXrender libjpeg xz xorg-x11-fonts-Type1 git-core
1111

1212
# Install wkhtmltopdf
13-
COPY docker/yum.repos.d/centos8.repo /etc/yum.repos.d/centos8.repo
13+
COPY yum.repos.d/almalinux8.repo /etc/yum.repos.d/almalinux8.repo
1414
RUN yum install -y xorg-x11-fonts-75dpi && \
1515
curl -kLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.centos8.x86_64.rpm && \
1616
rpm -Uvh wkhtmltox-0.12.5-1.centos8.x86_64.rpm && chmod +x entrypoint.sh

0 commit comments

Comments
 (0)