libgnunet.Containerfile (580B)
1 FROM taler-alpine-imaging/libgnunet:builder AS builder 2 3 FROM taler-alpine-imaging/libmicrohttpd:latest 4 RUN apk add --no-cache libgcrypt jansson gettext libsodium libunistring libpq curl gnutls libtool 5 COPY --from=builder /prefix/* / 6 7 LABEL org.opencontainers.image.title="LibGNUNet" 8 LABEL org.opencontainers.image.description="An alpine-based image containing LibGNUNet" 9 LABEL org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libgnunet.Containerfile" 10 LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"