Skip to content

Commit 5b3fb00

Browse files
authored
Install Git LFS in release image (#55)
1 parent ab9f5cf commit 5b3fb00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ RUN apt-get update \
1515
ca-certificates \
1616
build-essential \
1717
git \
18+
git-lfs \
1819
&& rm -rf /var/lib/apt/lists/*
1920

21+
RUN git lfs install --system
22+
2023
# Install Node.js 20 (for Smart CDN parity tests) and supporting CLI tooling
2124
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
2225
&& apt-get update \

0 commit comments

Comments
 (0)