🍱 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 \
ftp \
git \
git-lfs \
iproute2 \
iputils-ping \
iptables \

View File

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

View File

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