diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-06-21 14:52:24 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-06-21 14:52:24 +0000 |
commit | 1c03973221e3c321346bb63ce9419e83d211de1c (patch) | |
tree | 6a3fd818f5ed45b548a4f025c9ffa8af131fe3ae | |
parent | 776c42f48596a7439044d373c93df28e3253ecc7 (diff) |
The Dockerfile contains a nonexistent package
Issue-ID: PORTALNG-7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ia5a368c929d9792813b752de4e7921d6b3dd0ba6
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ./ |