add libstdc++
This commit is contained in:
parent
fb93f6dd32
commit
72e00cea17
@ -6,6 +6,7 @@ RUN apk --no-cache add \
|
|||||||
git \
|
git \
|
||||||
gcc \
|
gcc \
|
||||||
olm-dev \
|
olm-dev \
|
||||||
|
libstdc++ \
|
||||||
musl-dev
|
musl-dev
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
@ -24,7 +25,8 @@ RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge
|
|||||||
COPY --from=builder /build/bin/mautrix-whatsapp /bin/mautrix-whatsapp
|
COPY --from=builder /build/bin/mautrix-whatsapp /bin/mautrix-whatsapp
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
libstdc++
|
||||||
|
|
||||||
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main add \
|
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main add \
|
||||||
olm
|
olm
|
||||||
|
Loading…
Reference in New Issue
Block a user