Skip to content

Commit 6f1ed10

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile-build

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ WORKDIR /app
77
COPY . /app
88
RUN wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz
99
RUN tar -xf Python-3.10.*.tgz
10-
RUN cd Python-3.10.*/
11-
RUN cd Python-3.10.*/
12-
RUN ./configure --enable-optimizations
13-
RUN make -j 4
14-
RUN make altinstall
10+
RUN cd Python-3.10.*/ \
11+
./configure --enable-optimizations \
12+
make -j 4 \
13+
make altinstall
1514
RUN mvn package -f pom-base.xml -Dversao=$nameSpace $DskipTests
1615

0 commit comments

Comments
 (0)