Fix incomplete docker build instruction in armv7l README.

This commit is contained in:
Simo Kinnunen
2016-02-24 15:18:23 +09:00
parent 4b0ff446ba
commit 0df3285160

View File

@@ -6,5 +6,5 @@ To build the image, run the following commands from the repo root directory (**n
```bash
ARCH=armhf docker/armv7l/mkimage-alpine.sh
docker build -f docker/armv7l/Dockerfile -t openstf/stf-armv7l:latest
docker build -f docker/armv7l/Dockerfile -t openstf/stf-armv7l:latest .
```