Skip to content

Commit

Permalink
Merge pull request #144 from zqian/issue_143
Browse files Browse the repository at this point in the history
  • Loading branch information
zqian authored Jan 11, 2023
2 parents 0f3f8ed + f113342 commit 54005a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SIS_import/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ RUN apt-get update && \
# Download latest from https://rclone.org/downloads/
ENV RCLONE_VER=v1.57.0

RUN apt install rclone -y
RUN ARCH=`dpkg --print-architecture`; \
curl -sLO https://downloads.rclone.org/${RCLONE_VER}/rclone-${RCLONE_VER}-linux-${ARCH}.deb && \
dpkg -i rclone-${RCLONE_VER}-linux-${ARCH}.deb && \
rm rclone-${RCLONE_VER}-linux-${ARCH}.deb

# Precache Bundle
COPY Gemfile* /tmp/
Expand Down

0 comments on commit 54005a1

Please sign in to comment.