Skip to content

Commit

Permalink
Bump version to 8.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
janitza-chst committed Aug 9, 2021
1 parent e9de66b commit 4b92d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
FROM --platform=$BUILDPLATFORM ubuntu:20.04 AS build

ENV HOME /root
ENV VERSION JAVA_11-8.0.X-SNAPSHOT
ENV VERSION 8.0.47

COPY response.varfile /response.varfile

RUN apt-get update && apt-get install -y openjdk-11-jre ttf-ubuntu-font-family wget gzip bash && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y openjdk-8-jre ttf-ubuntu-font-family wget gzip bash && rm -rf /var/lib/apt/lists/*
RUN wget -q -O hub.sh http://gridvis.janitza.de/download/${VERSION}/GridVis-Hub-${VERSION}-unix.sh \
&& sh hub.sh -q -varfile /response.varfile \
&& echo "Installer finished" \
&& rm hub.sh

FROM ubuntu:20.04

RUN useradd -r gridvis -u 101 && apt-get update && apt-get install -y openjdk-11-jre ttf-ubuntu-font-family && rm -rf /var/lib/apt/lists/*
RUN useradd -r gridvis -u 101 && apt-get update && apt-get install -y openjdk-8-jre ttf-ubuntu-font-family && rm -rf /var/lib/apt/lists/*
COPY --from=build /usr/local/GridVisHub /usr/local/GridVisHub

RUN mkdir -p /opt/GridVisHubData \
Expand Down

0 comments on commit 4b92d9e

Please sign in to comment.