From 8761c8c4b8586bb0c7f47a262a017583f7c901f7 Mon Sep 17 00:00:00 2001 From: Christine Straub Date: Thu, 8 Aug 2024 15:49:47 -0700 Subject: [PATCH] install git in Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bea1e61995..eb7fd5b294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY test_unstructured test_unstructured COPY example-docs example-docs RUN chown -R notebook-user:notebook-user /app && \ - apk add font-ubuntu && \ + apk add font-ubuntu git && \ fc-cache -fv && \ ln -s /usr/bin/python3.11 /usr/bin/python3