support git-lfs default (#4611)
Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
parent
18e66c4299
commit
5960a6728c
|
@ -10,11 +10,13 @@ RUN apt-get update \
|
||||||
man \
|
man \
|
||||||
nano \
|
nano \
|
||||||
git \
|
git \
|
||||||
|
git-lfs \
|
||||||
procps \
|
procps \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
sudo \
|
sudo \
|
||||||
vim.tiny \
|
vim.tiny \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
|
&& git lfs install \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://wiki.debian.org/Locale#Manually
|
# https://wiki.debian.org/Locale#Manually
|
||||||
|
|
Loading…
Reference in New Issue