We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce89390 + fd2f67a commit cb1789bCopy full SHA for cb1789b
mxbuild/dotnet.dockerfile
@@ -12,7 +12,7 @@ ENV USER_UID=${USER_UID}
12
# Install common prerequisites
13
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm &&\
14
microdnf update -y && \
15
- microdnf install -y glibc-langpack-en openssl fontconfig tzdata-java libgdiplus libicu tar jq \
+ microdnf install -y glibc-langpack-en openssl fontconfig tzdata-java libgdiplus libicu tar gzip jq \
16
java-11-openjdk-devel java-17-openjdk-devel java-21-openjdk-devel && \
17
microdnf clean all && rm -rf /var/cache/yum
18
0 commit comments