Skip to content
Snippets Groups Projects

Debian/oldstable docker container for packaging (#942)

Merged Wuttke, Joachim requested to merge docker1 into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,9 +10,12 @@ RUN apt-get install -y \
libboost-dev libboost-iostreams-dev \
libboost-program-options-dev libboost-regex-dev \
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
# 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
RUN curl https://pyenv.run | bash
ENV PYENV_ROOT="/root/.pyenv"
Loading