Skip to content

Commit aa47872

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG nameSpace
55
ARG DskipTests
66
WORKDIR /app
77
COPY . /app
8+
RUN apt update && apt upgrade
89
RUN apt install python3-pip
910
RUN pip install nexus3-cli
1011
RUN mvn package -f pom-base.xml -Dversao=$nameSpace $DskipTests

0 commit comments

Comments
 (0)