We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117b2a3 commit b7f13f3Copy full SHA for b7f13f3
git-cache-proxy/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:jessie
+FROM debian:stretch
2
RUN apt-get update && apt-get install -y chiark-scripts git openbsd-inetd
3
RUN useradd --system git-cache && mkdir /var/cache/git-cache-proxy && chown git-cache /var/cache/git-cache-proxy
4
RUN echo "9419 stream tcp nowait git-cache /usr/bin/git-cache-proxy git-cache-proxy -D" > /etc/inetd.conf
0 commit comments