Skip to content

Commit

Permalink
Merge pull request #4 from buildo/17.0.6_10_1.3.13_2.12.17_0.12.6-1
Browse files Browse the repository at this point in the history
Go back to focal
  • Loading branch information
MatteoTurri authored Feb 20, 2023
2 parents 3cefc54 + f5adad4 commit a6fa263
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.6_10-jre-jammy@sha256:f2e5fa11c16cd41da0433bab513790b0c9f95071675ad1a8e853aaaa3e0db6af
FROM eclipse-temurin:17.0.6_10-jre-focal@sha256:b10df4660e02cf944260b13182e4815fc3e577ba510de7f4abccc797e93d9106

ARG SCALA_VERSION=2.12.17
ARG SBT_VERSION=1.3.13
Expand Down Expand Up @@ -40,9 +40,10 @@ RUN apt-get update \
libxext6 \
libx11-6 \
libxrender1 \
libjpeg-turbo8
libjpeg-turbo8 \
libssl1.1

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" \
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" \
&& dpkg -i ./wkhtmltopdf.deb \
&& apt-get install -f \
&& apt-get clean \
Expand Down

0 comments on commit a6fa263

Please sign in to comment.