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

171
Views
How do I get python2.7 and 3.7 both installed in an alpine docker image

I am trying to figure out a way that I can install both python2.7 and 3.7 in a lightweight alpine docker image.

Currently I am using the

FROM python:3.7-alpine3.9

Base image but would like to know how to get python2 installed as well.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Use something like:

RUN apk add --no-cache python2

This will install the latest version of Python 2 as python2 or python2.7. Python 3.7.3 will still be available using python3, or simply python.

over 4 years ago · Santiago Trujillo Report
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!