mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
support git-lfs default (#4611)
Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
parent
18e66c4299
commit
5960a6728c
1 changed files with 2 additions and 0 deletions
|
|
@ -10,11 +10,13 @@ RUN apt-get update \
|
|||
man \
|
||||
nano \
|
||||
git \
|
||||
git-lfs \
|
||||
procps \
|
||||
openssh-client \
|
||||
sudo \
|
||||
vim.tiny \
|
||||
lsb-release \
|
||||
&& git lfs install \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://wiki.debian.org/Locale#Manually
|
||||
|
|
|
|||
Loading…
Reference in a new issue