Skip to content

Commit

Permalink
fixed websockets in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
krull committed Sep 3, 2017
1 parent 52a020f commit 2f04070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -113,7 +113,7 @@ RUN \
# build libwebsockets
&& if [ $JANUS_WITH_WEBSOCKETS = "1" ]; then git clone https://github.com/warmcat/libwebsockets.git ${BUILD_SRC}/libwebsockets \
&& cd ${BUILD_SRC}/libwebsockets \
&& git checkout v1.5-chrome47-firefox41 \
# && git checkout v1.5-chrome47-firefox41 \
&& mkdir ${BUILD_SRC}/libwebsockets/build \
&& cd ${BUILD_SRC}/libwebsockets/build \
&& cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_C_FLAGS="-fpic" .. \
Expand Down

0 comments on commit 2f04070

Please sign in to comment.