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.
1 parent cb3dbe6 commit 852972dCopy full SHA for 852972d
Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update && \
6
7
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
8
apt-get install git-lfs=3.5.1 && \
9
+ apt-get clean && \
10
git lfs install
11
12
# USER nodeuser
0 commit comments