We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76c2d8 commit 49fa65bCopy full SHA for 49fa65b
r-base/Dockerfile.4.2.2
@@ -3,6 +3,7 @@ FROM rocker/r-ver:4.2.2
3
ENV R_VERSION 4.2.2
4
ENV GIT_LFS_VERSION 3.3.0
5
6
+WORKDIR /tmp
7
RUN apt-get update && \
8
apt-get install -y \
9
ca-certificates \
@@ -33,8 +34,7 @@ RUN apt-get update && \
33
34
rm -rf /var/lib/apt/lists/* && \
35
36
# install git-lfs
-WORKDIR /tmp
37
-RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/git-lfs-linux-amd64-v${GIT_LFS_VERSION}.tar.gz && \
+ curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/git-lfs-linux-amd64-v${GIT_LFS_VERSION}.tar.gz && \
38
tar -zxf git-lfs-linux-amd64-v${GIT_LFS_VERSION}.tar.gz && \
39
cd git-lfs-* && \
40
bash install.sh && \
0 commit comments