Skip to content

Commit 65965d4

Browse files
committed
Ajuste Dockerfile-build
1 parent 2c43338 commit 65965d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile-build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ ARG nameSpace
55
ARG DskipTests
66
WORKDIR /app
77
COPY . /app
8-
RUN apt-get install python3
9-
RUN apt-get install python3-pip
8+
RUN apt install python3-pip
109
RUN pip install nexus3-cli
1110
RUN mvn package -f pom-base.xml -Dversao=$nameSpace $DskipTests
1211

0 commit comments

Comments
 (0)