We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git-lfs
1 parent 8c07646 commit a3ce85eCopy full SHA for a3ce85e
Dockerfile
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="green"
8
COPY package*.json ./
9
10
RUN apt-get update
11
-RUN apt-get -y install git
+RUN apt-get -y install git git-lfs
12
RUN npm install
13
14
COPY . .
0 commit comments