mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🚧 Install pyenv
This commit is contained in:
parent
5b73c0ce6d
commit
e592a84e3b
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue