From a9bdf36c532f3837aec658faaee237faea68758b Mon Sep 17 00:00:00 2001 From: David Date: Fri, 18 Mar 2022 17:31:27 +0000 Subject: [PATCH] python3 folder is up to 3.9 now --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6f7ae380..2c6911c8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -xe; \ useradd -m nadeko; \ apt-get update; \ apt-get install -y libopus0 libsodium23 libsqlite3-0 curl ffmpeg python3 python3-pip sudo; \ - update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \ + update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1; \ echo 'Defaults>nadeko env_keep+="ASPNETCORE_* DOTNET_* NadekoBot_* shard_id total_shards TZ"' > /etc/sudoers.d/nadeko; \ pip3 install --upgrade youtube-dl; \ apt-get remove -y python3-pip; \ @@ -39,4 +39,4 @@ ENV total_shards=1 VOLUME [ "app/data" ] ENTRYPOINT [ "/usr/local/sbin/docker-entrypoint.sh" ] -CMD dotnet NadekoBot.dll "$shard_id" "$total_shards" \ No newline at end of file +CMD dotnet NadekoBot.dll "$shard_id" "$total_shards"