Code Review
/
portal-ng
/
ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
776c42f
)
The Dockerfile contains a nonexistent package
55/135055/1
author
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Wed, 21 Jun 2023 14:52:24 +0000
(14:52 +0000)
committer
Fiete 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
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
fc88ab5
..
65fde63
100644
(file)
--- 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 ./