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 ab7e225 commit fc74270Copy full SHA for fc74270
Dockerfile
@@ -28,7 +28,7 @@ RUN chmod +x /entrypoint.sh ;\
28
dpkg --unpack git-lfs*.deb ;\
29
rm -f /var/lib/dpkg/info/git-lfs.postinst ;\
30
dpkg --configure git-lfs ;\
31
- apt-get install -f ;\
+ apt-get install -f --no-install-recommends -y ;\
32
rm git-lfs*.deb ;\
33
apt-get clean ;\
34
rm -rf /var/lib/apt/lists/*
0 commit comments