The Dockerfile contains a nonexistent package 55/135055/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 21 Jun 2023 14:52:24 +0000 (14:52 +0000)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 21 Jun 2023 14:52:24 +0000 (14:52 +0000)
Issue-ID: PORTALNG-7

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ia5a368c929d9792813b752de4e7921d6b3dd0ba6

Dockerfile

index fc88ab5..65fde63 100644 (file)
@@ -1,6 +1,6 @@
 FROM node:14-bullseye-slim as builder
 # the JRE is required by the openapi-generator-cli
-RUN apt update && apt install -y openjdk-17-jre-headless
+RUN apt update && apt install -y openjdk-17-jre
 WORKDIR /usr/src/app
 
 COPY package*.json ./