File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV LC_ALL C.UTF-8
1212# install dependencies & remove package lists
1313RUN microdnf update -y && \
1414 microdnf module enable nginx:1.20 -y && \
15- microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless fontconfig && \
15+ microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig && \
1616 microdnf clean all && rm -rf /var/cache/yum
1717
1818# Set nginx permissions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
1010ENV LC_ALL C.UTF-8
1111
1212# CF buildpack version
13- ARG CF_BUILDPACK=v5.0.0
13+ ARG CF_BUILDPACK=v5.0.4
1414# CF buildpack download URL
1515ARG CF_BUILDPACK_URL=https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip
1616
@@ -33,7 +33,7 @@ RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.
3333 microdnf clean all && rm -rf /var/cache/yum
3434
3535# Install RHEL alternatives to CF Buildpack dependencies
36- RUN microdnf install -y java-11-openjdk-headless java-11-openjdk-devel mono-core-5.20.1.34 libgdiplus0 libicu && \
36+ RUN microdnf install -y java-11-openjdk-headless java-11-openjdk-devel tzdata-java mono-core-5.20.1.34 libgdiplus0 libicu && \
3737 microdnf clean all && rm -rf /var/cache/yum
3838
3939# Set nginx permissions
You can’t perform that action at this time.
0 commit comments