Files
docker-compose-hatthieves/development/radicle/radicle/Dockerfile
Your Name e103445d65 radicle
2020-05-28 10:36:00 +00:00

5 líneas
232 B
Docker

FROM debian:sid-slim
RUN apt update && apt -y upgrade && apt -y install wget && apt clean
RUN wget -q https://storage.googleapis.com/static.radicle.xyz/releases/radicle_latest_amd64.deb
RUN apt -y install ./radicle_latest_amd64.deb