Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Do not install OpenSSL as it's statically linked
Adam Szkoda committed 3 years ago
commit ec4a766bee8121d1149f96d5e34cf340ff3e083e
parent 821bcf1ce89b7066fbeb4caaf2243d1486c63224
1 file changed +1 -1
modified radicle-httpd/Dockerfile
@@ -13,7 +13,7 @@ RUN objcopy --compress-debug-sections /workdir/target/x86_64-unknown-linux-musl/
FROM debian:bullseye-slim@sha256:25f10b4f1ded5341a3ca0a30290ff3cd5639415f0c5a2222d5e7d5dd72952aa1

RUN echo deb http://deb.debian.org/debian bullseye-backports main contrib non-free >/etc/apt/sources.list.d/backports.list
-
RUN apt-get update && apt-get install -y libssl1.1 && apt -t bullseye-backports install --yes git && rm -rf /var/lib/apt/lists/*
+
RUN apt-get update && apt -t bullseye-backports install --yes git && rm -rf /var/lib/apt/lists/*
COPY --from=build /workdir/target/x86_64-unknown-linux-musl/container/radicle-httpd.compressed /usr/local/bin/radicle-httpd

WORKDIR /app