🚧 Install pyenv

test/github-actions
Gerber, Mike 2 years ago
parent 5b73c0ce6d
commit e592a84e3b

@ -9,10 +9,10 @@ ENV PIP_DEFAULT_TIMEOUT=120
RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \
apt-get update && \ apt-get update && \
apt-get install -y \ apt-get install -y \
curl xz-utils \ build-essential \
build-essential python3-dev \ curl \
# For get-pip.py: git \
python3-distutils \ xz-utils \
# For add-apt-repository: # For add-apt-repository:
software-properties-common \ software-properties-common \
# XML utils # XML utils

Loading…
Cancel
Save