diff --git a/Dockerfile b/Dockerfile index 50a3794..952bda7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN \ apt-get update && \ apt-get install -y \ git \ + git-lfs \ jq \ libatomic1 \ nano \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9502c20..f40b479 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,6 +16,7 @@ RUN \ apt-get update && \ apt-get install -y \ git \ + git-lfs \ jq \ libatomic1 \ nano \