We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9f5cf commit 5b3fb00Copy full SHA for 5b3fb00
1 file changed
Dockerfile
@@ -15,8 +15,11 @@ RUN apt-get update \
15
ca-certificates \
16
build-essential \
17
git \
18
+ git-lfs \
19
&& rm -rf /var/lib/apt/lists/*
20
21
+RUN git lfs install --system
22
+
23
# Install Node.js 20 (for Smart CDN parity tests) and supporting CLI tooling
24
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
25
&& apt-get update \
0 commit comments