Skip to content

Commit

Permalink
dev, ssh: update rclone to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maany authored and bari12 committed May 8, 2024
1 parent a97e975 commit e75e719
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 3 additions & 2 deletions ssh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e75e719

Please sign in to comment.