From a2f248c6ff922c68601eac2653c1fc1270ee6a9f Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sun, 30 Oct 2022 00:39:50 +0200 Subject: [PATCH] fixed typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4c777e..ce684c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN set -eux; \ chown -R bw-operator /home/bw-operator; \ chmod +x /usr/local/bin/bw; \ apt-get update; \ - apt-upgrade -y; \ + apt-get upgrade -y; \ apt-get install -y --no-install-recommends python3 python3-pip; \ apt-get clean;