We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a84f8 commit a9909b3Copy full SHA for a9909b3
spring-boot-3.2-docker-image-with-crac/Dockerfile
@@ -5,7 +5,7 @@ FROM base as build
5
# Install maven
6
RUN apt-get update \
7
&& DEBIAN_FRONTEND=noninteractive \
8
- apt-get install -y maven sudo \
+ apt-get install -y sudo maven \
9
&& apt-get clean \
10
&& rm -rf /var/lib/apt/lists/*
11
WORKDIR /src
0 commit comments