File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:17.0.6_10-jre-jammy @sha256:f2e5fa11c16cd41da0433bab513790b0c9f95071675ad1a8e853aaaa3e0db6af
1
+ FROM eclipse-temurin:17.0.6_10-jre-focal @sha256:b10df4660e02cf944260b13182e4815fc3e577ba510de7f4abccc797e93d9106
2
2
3
3
# Download and install wkhtmltopdf
4
4
RUN apt-get update \
@@ -11,9 +11,10 @@ RUN apt-get update \
11
11
libx11-6 \
12
12
libxrender1 \
13
13
libjpeg-turbo8 \
14
+ libssl1.1 \
14
15
&& apt-get clean
15
16
16
- RUN curl "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2 /wkhtmltox_0.12.6.1-2.jammy_amd64 .deb" -L -o "wkhtmltopdf.deb" \
17
+ RUN curl "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1 /wkhtmltox_0.12.6-1.focal_amd64 .deb" -L -o "wkhtmltopdf.deb" \
17
18
&& dpkg -i ./wkhtmltopdf.deb \
18
19
&& apt-get install -f \
19
20
&& rm -rf wkhtmlto*
You can’t perform that action at this time.
0 commit comments