Skip to content

Commit 5e58a99

Browse files
committed
Ajuste Dockerfile-build
1 parent bdf9d30 commit 5e58a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN tar -xf Python-3.10.*.tgz
1010
RUN cd Python-3.10.*/ \
1111
./configure --enable-optimizations \
1212
make -j 4 \
13-
make altinstall \
13+
make altinstall
1414
RUN python3.10 --version
1515
RUN mvn package -f pom-base.xml -Dversao=$nameSpace $DskipTests
1616

0 commit comments

Comments
 (0)