diff --git a/dev/Dockerfile b/dev/Dockerfile index 5fb0d18..e582313 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -44,16 +44,18 @@ RUN dnf -y install yum-utils epel-release.noarch && \ python3-devel \ python3-mod_wsgi \ python3-m2crypto \ - rclone \ rsync \ + unzip \ vim \ voms-clients-java \ which \ xmlsec1-devel \ xmlsec1-openssl-devel \ xrootd-client && \ - yum clean all && \ - rm -rf /var/cache/yum + dnf clean all && \ + rm -rf /var/cache/dnf + +RUN curl https://rclone.org/install.sh | bash ARG GIT_CLONE_ARGS="--depth 1 https://github.com/rucio/rucio.git" diff --git a/ssh/Dockerfile b/ssh/Dockerfile index ef85142..7e3bea5 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -7,12 +7,13 @@ RUN dnf install -y epel-release.noarch && \ openssh-server \ openssh-clients \ python-pip \ - rclone \ rsync \ - sudo && \ + sudo \ + unzip && \ dnf clean all && \ rm -rf /var/cache/dnf +RUN curl https://rclone.org/install.sh | bash RUN ln -s /usr/bin/python3 /usr/bin/python RUN python -m pip install -U dumb-init