Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

214
Views
Unable to install the python 3.8.5 version in nginx docker container

I am trying to install the python version 3.8.5 on the base nginx image on the Dockerfile and getting the error message. Could you please help me to resolve the issue?

FROM nginx

RUN apt-get update && \
    apt-get install -y \
        wget \
        make \
        gcc \
        xxd \
        curl \
        libcap2-bin \
        zlib1g-dev \
    && apt-get clean

RUN wget https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz \
    && tar -xvf Python-3.8.5.tgz && cd Python-3.8.5 \
    && ./configure --enable-shared \
    && make \
    && make test \
    && make install

Output:

FAILED (errors=1, skipped=94)
tests failed again:
test_asyncio test_socket
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!