fix requirement conflict

This commit is contained in:
2024-06-24 01:48:45 +08:00
parent e35e3895ba
commit a617a7e1a0
+1 -1
View File
@@ -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