Skip to content

Commit

Permalink
SKIP: hotfix - jdk 17 liberica - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Janitza-ctkn40 committed Nov 30, 2023
1 parent a637877 commit 6602435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV VERSION 9.1.0-SNAPSHOT

COPY response.varfile /response.varfile

RUN apt-get update && apt-get install -y ttf-ubuntu-font-family wget gzip bash && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ttf-ubuntu-font-family wget gzip bash dpkg && rm -rf /var/lib/apt/lists/*

RUN wget https://download.bell-sw.com/java/17+35/bellsoft-jdk17+35-linux-amd64.deb \
&& dpkg -i ./bellsoft-jdk17+35-linux-amd64.deb
Expand All @@ -17,7 +17,7 @@ RUN wget -q -O hub.sh http://gridvis.janitza.de/download/${VERSION}/GridVis-Hub-

FROM ubuntu:20.04

RUN useradd -r gridvis -u 101 && apt-get update && apt-get install -y ttf-ubuntu-font-family && rm -rf /var/lib/apt/lists/*
RUN useradd -r gridvis -u 101 && apt-get update && apt-get install -y ttf-ubuntu-font-family dpkg && rm -rf /var/lib/apt/lists/*

RUN wget https://download.bell-sw.com/java/17+35/bellsoft-jdk17+35-linux-amd64.deb \
&& dpkg -i ./bellsoft-jdk17+35-linux-amd64.deb
Expand Down

0 comments on commit 6602435

Please sign in to comment.