We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652df6b commit 91c0d3cCopy full SHA for 91c0d3c
1 file changed
Dockerfile
@@ -1,14 +1,15 @@
1
# Note: This should be run, once Maven has build correctly the target directory.
2
3
-FROM rockylinux:8.6
+FROM rockylinux:9.3
4
5
RUN dnf -y update
6
7
RUN dnf -y install epel-release \
8
java-11-openjdk-headless \
9
dnf-plugins-core \
10
python3
11
-RUN dnf config-manager --set-enabled powertools
+RUN dnf config-manager --set-enabled crb
12
+RUN dnf install python3 python3-pip -y
13
RUN pip3 install pip --upgrade
14
15
ENV JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
0 commit comments