From b7e4a6fdc0d19a749b571ff670ecee696b2fc8cc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 21 Feb 2022 04:15:43 +0200 Subject: [PATCH] bv --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40a38b86f..e39febaeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -RUN apt update && apt install -y python3.8 python3-pip supervisor python3-enchant +RUN apt update && apt -y upgrade && apt install -y python3.8 python3-pip supervisor python3-enchant COPY supervisord.conf /etc/supervisord.conf