diff --git a/Dockerfile b/Dockerfile index f453925..233338b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM alpine:3 RUN apk --update --no-cache add \ bash \ git \ + git-lfs \ python3 \ py3-pip \ maven \