From 096e163b680861784102352fb1883d967f114433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 3 Nov 2019 11:26:19 +0100 Subject: RPM: update docker scripts --- redhat/docker/pclinuxos/Dockerfile.x86_64 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'redhat/docker/pclinuxos/Dockerfile.x86_64') diff --git a/redhat/docker/pclinuxos/Dockerfile.x86_64 b/redhat/docker/pclinuxos/Dockerfile.x86_64 index 6ace1d446..d9701cae7 100644 --- a/redhat/docker/pclinuxos/Dockerfile.x86_64 +++ b/redhat/docker/pclinuxos/Dockerfile.x86_64 @@ -1,10 +1,11 @@ FROM pclinuxos:2018 -ARG TDE_VERSION=14.0.6 +ARG TDE_VERSION=14.0.7 ARG ARCH=x86_64 # Update distribution RUN apt-get -y update +RUN apt-get -y install glibc RUN apt-get -y dist-upgrade # Install Trinity build dependencies @@ -30,3 +31,8 @@ RUN genla.sh libbluetooth && mv /usr/lib64/libbluetooth.la /lib64 RUN genla.sh libjpeg RUN genla.sh liblcms RUN genla.sh libusb-1.0 && mv /usr/lib64/libusb-1.0.la /lib64 && cp /lib64/libusb-1.0.la /lib64/libusb.la + +# Build supplementary development tools +RUN rpm -i --define "_topdir /tmp" http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/7.1/SRPMS/core/release/torsocks-2.3.0-1.mga7.src.rpm +RUN sed -i ${HOME}/rpmbuild/SPECS/torsocks.spec -e "s|%license|%doc|" +RUN sudo rpm -Uvh ${HOME}/rpmbuild/RPMS/torsocks-2*.rpm -- cgit v1.2.1