From 02605b238702b6043917c706880c1316dab91de5 Mon Sep 17 00:00:00 2001 From: Mikhail Epifanov <7824786+mikhail5555@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:16:41 +0100 Subject: [PATCH] Include git-lfs to container --- Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e70fd8be1..06f9af638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,12 @@ LABEL \ org.opencontainers.image.authors="Wei He " \ maintainer="Wei He " -RUN apk add --no-cache git openssh-client && \ - echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config +RUN apk add --no-cache \ + git \ + git-lfs \ + openssh-client + +RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config ADD *.sh /