Skip to content

Commit 16ebfd7

Browse files
committed
update docker file
1 parent 671038e commit 16ebfd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM maven:3.9.11-eclipse-temurin-21
22

33
LABEL maintainer="Stephan Krusche <krusche@tum.de>"
44

5-
RUN apt-get update && apt-get upgrade -y && apt-get install -y locales
5+
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends locales
66

77
# Set the locale
88
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
1919
rm -rf /var/lib/apt/lists/*
2020

2121
# update npm to use the latest version
22-
RUN npm install -g npm@11.4.2
22+
RUN npm install -g npm@11.6.0
2323

2424
RUN echo "$LANG -- $LANGUAGE -- $LC_ALL" \
2525
&& curl --version \

0 commit comments

Comments
 (0)