Skip to content

Commit 2417a16

Browse files
committed
Ajuste Dockerfile-build
1 parent 0ff7b1c commit 2417a16

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 install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev
89
RUN wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz
910
RUN tar -xf Python-3.10.*.tgz
1011
RUN cd Python-3.10.*/ &&\

0 commit comments

Comments
 (0)