Skip to content

Commit bdf9d30

Browse files
committed
Ajuste Dockerfile-build
1 parent 6f1ed10 commit bdf9d30

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
@@ -10,6 +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 \
14+
RUN python3.10 --version
1415
RUN mvn package -f pom-base.xml -Dversao=$nameSpace $DskipTests
1516

0 commit comments

Comments
 (0)