Skip to content

Commit 45a8f92

Browse files
authored
Merge pull request #7 from yoichiro/git-lfs
Install `git-lfs`.
2 parents 8c07646 + a3ce85e commit 45a8f92

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)