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.
2 parents 8c07646 + a3ce85e commit 45a8f92Copy full SHA for 45a8f92
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