🍱 add git-lfs package as standard tool (#1821)

This commit is contained in:
Frederic MARTIN
2022-09-21 04:04:43 +02:00
committed by GitHub
parent 0deb6809b9
commit e32a8054d0
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ RUN apt update -y \
dnsutils \ dnsutils \
ftp \ ftp \
git \ git \
git-lfs \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
iptables \ iptables \

View File

@@ -20,6 +20,7 @@ RUN apt update -y \
dnsutils \ dnsutils \
ftp \ ftp \
git \ git \
git-lfs \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
iptables \ iptables \

View File

@@ -21,6 +21,7 @@ RUN apt update -y \
dnsutils \ dnsutils \
ftp \ ftp \
git \ git \
git-lfs \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
jq \ jq \