From: Fiete Ostkamp Date: Wed, 21 Jun 2023 14:52:24 +0000 (+0000) Subject: The Dockerfile contains a nonexistent package X-Git-Tag: 0.1.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1c03973221e3c321346bb63ce9419e83d211de1c;p=portal-ng%2Fui.git The Dockerfile contains a nonexistent package Issue-ID: PORTALNG-7 Signed-off-by: Fiete Ostkamp Change-Id: Ia5a368c929d9792813b752de4e7921d6b3dd0ba6 --- 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 ./