From 17a6d9ac0ed1ba70b59c8e006db7de260890750d Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Fri, 21 Oct 2016 19:36:35 +0800 Subject: [PATCH] docker build workaround works --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index cbb193c..49e9018 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ -**Problem:** One of my Docker Hub auto-builds [isn't working](https://github.com/docker/hub-feedback/issues/811) (elliotnunn/toolboxtools). Should be fine in a few hours. In the meantime, to build it yourself: - -``` -git clone https://github.com/elliotnunn/toolboxtoolbox.git -cd toolboxtoolbox/docker/toolboxtools -docker build -t elliotnunn/toolboxtools . -``` - -Regular instructions follow. - Want to build the Mac OS ROM? Start with a working Docker. ```