tangled
alpha
login
or
join now
zenfyr.dev
/
xmpp-discord-bridge
0
fork
atom
fork of https://f-hub.org/XMPP/xmpp-discord-bridge
0
fork
atom
overview
issues
pulls
pipelines
Fix running the bridge inside a container
Alexander "PapaTutuWawa
11 months ago
f3dd995c
86e83353
+1
-1
1 changed file
expand all
collapse all
unified
split
contrib
Dockerfile
+1
-1
contrib/Dockerfile
···
2
2
3
3
COPY . /build
4
4
WORKDIR /build
5
5
-
RUN apk add --no-cache git cargo && \
5
5
+
RUN apk add --no-cache git cargo libgcc && \
6
6
pip3 install . && \
7
7
apk del git cargo && \
8
8
rm -rf /build