Skip to content

Commit a9909b3

Browse files
author
Vadym Kazulkin
committed
improved readme
1 parent 34a84f8 commit a9909b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-3.2-docker-image-with-crac/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM base as build
55
# Install maven
66
RUN apt-get update \
77
&& DEBIAN_FRONTEND=noninteractive \
8-
apt-get install -y maven sudo \
8+
apt-get install -y sudo maven \
99
&& apt-get clean \
1010
&& rm -rf /var/lib/apt/lists/*
1111
WORKDIR /src

0 commit comments

Comments
 (0)