diff options
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |