Skip to content

Commit e0204fb

Browse files
author
Weilong
committed
lfs
1 parent d3f3d87 commit e0204fb

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
@@ -12,8 +12,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1212
python3-minimal \
1313
python3-pip \
1414
python3-venv \
15+
git-lfs \
16+
&& git lfs install \
1517
&& apt-get clean \
1618
&& rm -rf /var/lib/apt/lists/*
1719

20+
1821
# 4. Switch back to runner user (Mandatory)
1922
USER runner

0 commit comments

Comments
 (0)