diff --git a/DebianBase/Dockerfile b/DebianBase/Dockerfile index 272d7a7..09fc5f1 100644 --- a/DebianBase/Dockerfile +++ b/DebianBase/Dockerfile @@ -16,6 +16,6 @@ RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf RUN apt update; apt-get upgrade -y -RUN apt-get install -y rsync zip unzip file git locales curl wget +RUN apt-get install -y rsync zip unzip file git locales curl wget apt-utils RUN locale-gen en_US.UTF-8 diff --git a/DebianBuilder/Dockerfile b/DebianBuilder/Dockerfile index a9aafc2..81d52c7 100644 --- a/DebianBuilder/Dockerfile +++ b/DebianBuilder/Dockerfile @@ -39,7 +39,7 @@ RUN apt-get install -y \ lldb libglu1-mesa libpulse0 \ cargo python3-dev \ libffi-dev libssl-dev \ - apt-utils fonts-liberation \ + fonts-liberation \ libgtk-4-1 libgbm1 \ libu2f-udev libvulkan1 \ xdg-utils gradle \