From 1c03973221e3c321346bb63ce9419e83d211de1c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 21 Jun 2023 14:52:24 +0000 Subject: The Dockerfile contains a nonexistent package Issue-ID: PORTALNG-7 Signed-off-by: Fiete Ostkamp Change-Id: Ia5a368c929d9792813b752de4e7921d6b3dd0ba6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc88ab5..65fde63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./ -- cgit 1.2.3-korg