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:
1c03973
)
The Dockerfile contains a nonexistent package
85/135085/1
author
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Thu, 22 Jun 2023 09:41:24 +0000
(09:41 +0000)
committer
Fiete Ostkamp
<Fiete.Ostkamp@telekom.de>
Thu, 22 Jun 2023 09:41:24 +0000
(09:41 +0000)
Issue-ID: PORTALNG-7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ic2228157b4dc3de9d32d07d07b498c8742d7eacc
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
65fde63
..
b59b385
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,6
+1,7
@@
-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
+FROM eclipse-temurin:17-jre-alpine as builder
+RUN apk update && \
+ apk add nodejs npm
WORKDIR /usr/src/app
COPY package*.json ./