Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
update guacamole version
Browse files Browse the repository at this point in the history
add freerdp2-dev and libwebsockets-dev as they are required in the new version

Signed-off-by: Felix Bartels <[email protected]>
  • Loading branch information
fbartels committed Feb 10, 2020
1 parent d504618 commit 9b644ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM library/tomcat:9-jre11

ENV ARCH=amd64 \
GUAC_VER=1.0.0 \
GUAC_VER=1.1.0 \
GUACAMOLE_HOME=/app/guacamole \
PG_MAJOR=9.6 \
PGDATA=/config/postgres \
Expand All @@ -24,9 +24,9 @@ WORKDIR ${GUACAMOLE_HOME}
RUN apt-get update && apt-get install -y \
libcairo2-dev libjpeg62-turbo-dev libpng-dev \
libossp-uuid-dev libavcodec-dev libavutil-dev \
libswscale-dev libfreerdp-dev libpango1.0-dev \
libswscale-dev freerdp2-dev libfreerdp-client2-2 libpango1.0-dev \
libssh2-1-dev libtelnet-dev libvncserver-dev \
libpulse-dev libssl-dev libvorbis-dev libwebp-dev \
libpulse-dev libssl-dev libvorbis-dev libwebp-dev libwebsockets-dev \
ghostscript postgresql-${PG_MAJOR} \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9b644ff

Please sign in to comment.