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"]