Skip to content
Snippets Groups Projects
Commit d7217906 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Dockerfile ..

parent a1250590
No related branches found
No related tags found
1 merge request!2509[WIP] get started with docker for oldstable builds
Pipeline #139845 canceled
This commit is part of merge request !2515. Comments created here will be created in the context of that merge request.
...@@ -10,9 +10,12 @@ RUN apt-get install -y \ ...@@ -10,9 +10,12 @@ RUN apt-get install -y \
libboost-dev libboost-iostreams-dev \ libboost-dev libboost-iostreams-dev \
libboost-program-options-dev libboost-regex-dev \ libboost-program-options-dev libboost-regex-dev \
libcerf-dev qt6-base-dev/bullseye-backports qt6-svg-dev/bullseye-backports \ libcerf-dev qt6-base-dev/bullseye-backports qt6-svg-dev/bullseye-backports \
curl git tk-dev ccache xvfb patchelf \ curl git tk-dev ccache xvfb \
zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev
# auditwheel requires patchelf >= 0.14; Debian/oldstable only has 0.12.
RUN git clone https://github.com/NixOS/patchelf.git && cd patchelf && ./bootstrap.sh && ./configure && make && make check && make install
ENV HOME /root ENV HOME /root
RUN curl https://pyenv.run | bash RUN curl https://pyenv.run | bash
ENV PYENV_ROOT="/root/.pyenv" ENV PYENV_ROOT="/root/.pyenv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment