Skip to content

Commit 34a84f8

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)