From a617a7e1a0434a2dd2aa6ab3eed2b1f068727a5c Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Mon, 24 Jun 2024 01:48:45 +0800 Subject: [PATCH] fix requirement conflict --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3b974b..aa31de7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1 RUN set -eux; \ apt-get update; \ - apt-get install -y gosu; \ + apt-get install -y git gosu; \ rm -rf /var/lib/apt/lists/*; \ # verify that the binary works gosu nobody true