Skip to content

Commit

Permalink
Merge pull request #99 from gnmyt/fixes/guacamole-version
Browse files Browse the repository at this point in the history
🐛 Fix protocol error in 1.6.0
  • Loading branch information
gnmyt authored Sep 14, 2024
2 parents 26f848b + 9347221 commit 7feea9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN apk add --no-cache \

RUN git clone --depth=1 https://github.com/apache/guacamole-server.git \
&& cd guacamole-server \
&& git fetch --all --tags \
&& git checkout 1.5.5 \
&& autoreconf -fi \
&& ./configure --with-init-dir=/etc/init.d --enable-rdp \
&& make \
Expand Down

0 comments on commit 7feea9b

Please sign in to comment.