There was an error while loading. Please reload this page.
1 parent 671038e commit 16ebfd7Copy full SHA for 16ebfd7
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM maven:3.9.11-eclipse-temurin-21
2
3
LABEL maintainer="Stephan Krusche <krusche@tum.de>"
4
5
-RUN apt-get update && apt-get upgrade -y && apt-get install -y locales
+RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends locales
6
7
# Set the locale
8
RUN locale-gen en_US.UTF-8
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg openjdk-1
19
rm -rf /var/lib/apt/lists/*
20
21
# update npm to use the latest version
22
-RUN npm install -g npm@11.4.2
+RUN npm install -g npm@11.6.0
23
24
RUN echo "$LANG -- $LANGUAGE -- $LC_ALL" \
25
&& curl --version \
0 commit comments