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 /