Skip to content

Commit

Permalink
Merge pull request #71 from flcontainers/dev
Browse files Browse the repository at this point in the history
replace libwebsocket repo mirror
  • Loading branch information
MaxWaldorf authored Apr 4, 2023
2 parents 2323d6d + bb79c48 commit dec019c
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 dec019c

Please sign in to comment.