Skip to content

Commit

Permalink
Fix fakeroot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Jul 22, 2024
1 parent fcd11e7 commit 78d6410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get clean && apt-get update && apt-get dist-upgrade -y && apt-get instal
apt-utils \
dbus-user-session \
fakeroot \
fuse \
kmod \
locales \
ssl-cert \
sudo \
Expand Down Expand Up @@ -138,7 +140,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
xserver-xorg-video-intel \
xserver-xorg-video-qxl \
# NVIDIA driver installer dependencies
kmod \
libc6-dev \
libpci3 \
libelf-dev \
Expand Down

0 comments on commit 78d6410

Please sign in to comment.