Skip to content

Commit

Permalink
Merge pull request #7 from yoichiro/git-lfs
Browse files Browse the repository at this point in the history
Install `git-lfs`.
  • Loading branch information
yoichiro authored Jan 20, 2023
2 parents 8c07646 + a3ce85e commit 45a8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="green"
COPY package*.json ./

RUN apt-get update
RUN apt-get -y install git
RUN apt-get -y install git git-lfs
RUN npm install

COPY . .
Expand Down

0 comments on commit 45a8f92

Please sign in to comment.