Skip to content

Commit

Permalink
Rearrange deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Oct 1, 2024
1 parent 6af6e41 commit ccb4e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ RUN apt-get update \
libodbc1 \
libtcmalloc-minimal4 \
libmagickwand-6.q16-6 \
libwebkit2gtk-4.0-37 \
at-spi2-core \
procps \
x11vnc \
iproute2\
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 @@ -60,7 +61,6 @@ 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

0 comments on commit ccb4e23

Please sign in to comment.