Skip to content

Commit 2c43338

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile-build

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

0 commit comments

Comments
 (0)