Skip to content

Commit 91c0d3c

Browse files
committed
Upgrade to Rocky Linux 9.3
1 parent 652df6b commit 91c0d3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Note: This should be run, once Maven has build correctly the target directory.
22

3-
FROM rockylinux:8.6
3+
FROM rockylinux:9.3
44

55
RUN dnf -y update
66

77
RUN dnf -y install epel-release \
88
java-11-openjdk-headless \
99
dnf-plugins-core \
1010
python3
11-
RUN dnf config-manager --set-enabled powertools
11+
RUN dnf config-manager --set-enabled crb
12+
RUN dnf install python3 python3-pip -y
1213
RUN pip3 install pip --upgrade
1314

1415
ENV JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

0 commit comments

Comments
 (0)