docker build workaround works

This commit is contained in:
Elliot Nunn 2016-10-21 19:36:35 +08:00
parent c40c32d894
commit 17a6d9ac0e
1 changed files with 0 additions and 10 deletions

View File

@ -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.
```