From 5d6b5913a99607a147466b666c89af9a62814613 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 23 Mar 2024 17:22:25 +0100 Subject: Fix up containerfile a bit --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 01d7b07..28ae58d 100644 --- a/Containerfile +++ b/Containerfile @@ -10,6 +10,7 @@ RUN xbps-install -Suy \ python3-colorama \ python3-dateutil \ python3-pytz \ + python3-grpcio \ python3-google-api-core \ python3-google-api-python-client \ python3-google-auth \ @@ -21,7 +22,7 @@ RUN xbps-install -Suy \ python3-virtualenv \ python3-youtube-dl -RUN useradd --no-create-home --shell /bin/sh app +RUN useradd --create-home --shell /bin/sh app USER app WORKDIR /app -- cgit v1.2.3