fork of https://f-hub.org/XMPP/xmpp-discord-bridge

Fix running the bridge inside a container

+1 -1
+1 -1
contrib/Dockerfile
··· 2 2 3 3 COPY . /build 4 4 WORKDIR /build 5 - RUN apk add --no-cache git cargo && \ 5 + RUN apk add --no-cache git cargo libgcc && \ 6 6 pip3 install . && \ 7 7 apk del git cargo && \ 8 8 rm -rf /build