Resolve KASM-1883 "Feature/ x proxy"

This commit is contained in:
Dmitry Maksyoma
2022-04-07 13:01:14 +00:00
committed by Matthew McClaskey
parent 7078884c12
commit fc894a7096
25 changed files with 624 additions and 13 deletions

View File

@@ -41,7 +41,10 @@ RUN dnf install -y \
libxkbfile-devel \
xorg-x11-server-devel \
xorg-x11-xkb-utils-devel \
xorg-x11-xtrans-devel
xorg-x11-xtrans-devel \
libXrandr-devel \
libXtst-devel \
libXcursor-devel
# Additions for webp
RUN cd /tmp && wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz