From 4502d8bc4f52ea7eff5151dcb3cf0c78344fcf7b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 18 Jun 2017 09:35:26 -0400 Subject: [PATCH] remove reference to some old docker image of mine --- doc/install/Docker.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/Docker.mdwn b/doc/install/Docker.mdwn index dff463285c..9f3f3bd33f 100644 --- a/doc/install/Docker.mdwn +++ b/doc/install/Docker.mdwn @@ -3,4 +3,4 @@ easy to add it to an image. For example: - docker run -i -t joeyh/debian-unstable apt-get install git-annex + docker run -i -t debian apt-get install git-annex