Hephaestus/Dockerfile

11 lines
250 B
Docker

FROM lscr.io/linuxserver/openssh-server:latest
ENV USER_NAME=git
RUN apk add --no-cache --upgrade git lighttpd tor git-gitweb python3
COPY /root/ /
CMD ["/bin/bash", "/usr/local/bin/run-tor.sh"]#["tor", "--runasdaemon", "0"]
ENTRYPOINT ["/init"]