1
0
mirror of https://github.com/algora-io/tv.git synced 2025-10-30 23:07:56 +02:00

add curl & sudo

This commit is contained in:
zafer
2024-10-01 11:21:08 +03:00
parent 30025d6792
commit 6789f3068c

View File

@@ -49,7 +49,7 @@ FROM ${RUNNER_IMAGE}
# Install runtime dependencies
RUN apt-get update -y && \
apt-get install -y libstdc++6 openssl libncurses5 locales ffmpeg imagemagick postgresql-client inotify-tools git && \
apt-get install -y libstdc++6 curl sudo openssl libncurses5 locales ffmpeg imagemagick postgresql-client inotify-tools git && \
apt-get clean && \
rm -f /var/lib/apt/lists/*_*