Add apt-utils to the base image
This commit is contained in:
parent
9c8cf7a763
commit
2cea07ebc8
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@ RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf
|
||||||
|
|
||||||
|
|
||||||
RUN apt update; apt-get upgrade -y
|
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
|
RUN locale-gen en_US.UTF-8
|
||||||
|
|
|
@ -39,7 +39,7 @@ RUN apt-get install -y \
|
||||||
lldb libglu1-mesa libpulse0 \
|
lldb libglu1-mesa libpulse0 \
|
||||||
cargo python3-dev \
|
cargo python3-dev \
|
||||||
libffi-dev libssl-dev \
|
libffi-dev libssl-dev \
|
||||||
apt-utils fonts-liberation \
|
fonts-liberation \
|
||||||
libgtk-4-1 libgbm1 \
|
libgtk-4-1 libgbm1 \
|
||||||
libu2f-udev libvulkan1 \
|
libu2f-udev libvulkan1 \
|
||||||
xdg-utils gradle \
|
xdg-utils gradle \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue