Hephaestus/Dockerfile

11 lines
257 B
Docker

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