diff --git a/Dockerfile b/Dockerfile index 51ebc4d..53ef9a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -236,10 +236,9 @@ pip install -r /home/kbkn/scenario_runner/requirements.txt -RUN apt update && \ - apt install -y --no-install-recommends --allow-unauthenticated \ - lxde gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme && \ - apt autoclean -y && apt autoremove -y && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthenticated \ + lxde gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme && \ + apt-get autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* USER root WORKDIR /root