From 12beefbb5c0bbc7fa4463ca268b9129224bcec93 Mon Sep 17 00:00:00 2001 From: Vit Novotny <witiko@mail.muni.cz> Date: Sat, 26 Feb 2022 12:53:27 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a36b271d..f7330428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,9 @@ ENV DEBIAN_FRONTEND=noninteractive \ COPY requirements.txt / RUN set -e -o xtrace \ - ; sudo apt-get -qy update \ - ; sudo apt-get -qy install --no-install-recommends libgl1 \ - libglib2.0-0 \ + ; apt-get -qy update \ + ; apt-get -qy install --no-install-recommends libgl1 \ + libglib2.0-0 \ ; pip install -U pip \ ; pip install -r /requirements.txt -- GitLab