Skip to content

Commit

Permalink
Solving packages dependencies at desktop image.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolerg authored and reisbel committed Aug 10, 2023
1 parent db51d16 commit 94e84cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions images/desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM gcr.io/cloudshell-images/cloudshell:latest

# Install base dependencies
RUN apt-get --allow-releaseinfo-change update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
bsdtar \
libarchive-tools \
gdebi-core \
gnupg2 \
libxcb-keysyms1
Expand All @@ -55,12 +55,13 @@ RUN \
# Install Vulkan, OpenGL-ES and GLX libraries.
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
libvulkan1 \
vulkan-utils \
vulkan-tools \
mesa-utils \
mesa-vulkan-drivers \
mesa-utils-extra \
libxrandr-dev \
vdpau-va-driver \
mesa-va-drivers \
mesa-vdpau-drivers \
vainfo \
vdpauinfo \
libegl1-mesa
Expand Down

0 comments on commit 94e84cc

Please sign in to comment.