Skip to content

Commit a3ce85e

Browse files
committed
Install git-lfs.
1 parent 8c07646 commit a3ce85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="green"
88
COPY package*.json ./
99

1010
RUN apt-get update
11-
RUN apt-get -y install git
11+
RUN apt-get -y install git git-lfs
1212
RUN npm install
1313

1414
COPY . .

0 commit comments

Comments
 (0)