aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 ./