Files
cromite/tools/images/fdroidserver/Dockerfile
2023-10-15 18:14:25 +02:00

9 lines
196 B
Docker

FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN test -d /usr/share/man/man1 || mkdir -p /usr/share/man/man1
RUN apt update && \
apt install -y wget fdroidserver rclone socat nano