Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

пофиксил проблемы зависимостей в 24 платформе #42

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN apt-get update \
at-spi2-core \
procps \
x11vnc \
iproute2\
# Install libpng12-0 from xenial
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 40976EAF437D05B5 \
&& echo "deb http://security.ubuntu.com/ubuntu xenial-security main" > /etc/apt/sources.list.d/xenial-security.list \
Expand All @@ -59,6 +60,7 @@ RUN apt-get update \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libwebkitgtk-3.0-0 \
libwebkit2gtk-4.0-37 \
&& rm -rf /etc/apt/sources.list.d/stretch.list \
&& apt-get update \
&& rm -rf \
Expand Down