Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN if [ ${DISCORD_ENABLED} -eq 1 ]; then cd /tmp && \
# Facebook #
############
ARG FACEBOOK_ENABLED=1
ARG FACEBOOK_TAG=master
ARG FACEBOOK_TAG=fix_login
RUN if [ ${FACEBOOK_ENABLED} -eq 1 ]; then cd /tmp && \
apk add --no-cache --update --virtual facebook-run-deps \
json-glib && \
Expand All @@ -123,7 +123,7 @@ RUN if [ ${FACEBOOK_ENABLED} -eq 1 ]; then cd /tmp && \
libtool \
glib-dev \
json-glib-dev && \
git clone -n https://github.com/bitlbee/bitlbee-facebook.git && \
git clone -n https://github.com/gmartsenkov/bitlbee-facebook.git && \
cd bitlbee-facebook && \
git checkout ${FACEBOOK_TAG} && \
./autogen.sh \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker build -t docker-alpine-bitlbee . \
--build-arg ROCKETCHAT_ENABLED=0 \
--build-arg MATRIX_ENABLED=0 \
--build-arg MATTERMOST_ENABLED=0 \
--build-arg MASTODON_ENABLED=0 \
--build-arg MASTODON_ENABLED=0
```

Running
Expand Down