summaryrefslogtreecommitdiffstats
path: root/redhat/docker/pclinuxos/Dockerfile.x86_64
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:26:19 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:26:19 +0100
commit096e163b680861784102352fb1883d967f114433 (patch)
tree644e72acda6e41be818e63f4b94148837456c8e0 /redhat/docker/pclinuxos/Dockerfile.x86_64
parentaea1ff0939a3189717eef06cda052860db755ce7 (diff)
downloadtde-packaging-096e163b680861784102352fb1883d967f114433.tar.gz
tde-packaging-096e163b680861784102352fb1883d967f114433.zip
RPM: update docker scripts
Diffstat (limited to 'redhat/docker/pclinuxos/Dockerfile.x86_64')
-rw-r--r--redhat/docker/pclinuxos/Dockerfile.x86_648
1 files changed, 7 insertions, 1 deletions
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