Skip to content

Commit

Permalink
replace libwebsocket repo mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWaldorf committed Apr 4, 2023
1 parent fd33827 commit bb79c48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ ARG BUILD_DIR=/tmp/guacamole-server
RUN cd /tmp && \
git clone --branch=${GUAC_VER} https://github.com/apache/guacamole-server.git guacamole-server

# replace libwebsockets repo (original repo failed many times)
RUN sed -i 's#https://libwebsockets.org/repo/libwebsockets#https://github.com/warmcat/libwebsockets#g' ${BUILD_DIR}/src/guacd-docker/bin/build-all.sh

#
# Base directory for installed build artifacts.
#
Expand Down

0 comments on commit bb79c48

Please sign in to comment.