Skip to content

Commit 49fa65b

Browse files
committed
fixed typo
1 parent b76c2d8 commit 49fa65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

r-base/Dockerfile.4.2.2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM rocker/r-ver:4.2.2
33
ENV R_VERSION 4.2.2
44
ENV GIT_LFS_VERSION 3.3.0
55

6+
WORKDIR /tmp
67
RUN apt-get update && \
78
apt-get install -y \
89
ca-certificates \
@@ -33,8 +34,7 @@ RUN apt-get update && \
3334
rm -rf /var/lib/apt/lists/* && \
3435

3536
# install git-lfs
36-
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 && \
37+
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 && \
3838
tar -zxf git-lfs-linux-amd64-v${GIT_LFS_VERSION}.tar.gz && \
3939
cd git-lfs-* && \
4040
bash install.sh && \

0 commit comments

Comments
 (0)