mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 01:44:27 +02:00
Support for building images locally
This commit is contained in:
@ -127,7 +127,8 @@ Then you must create a file named `Dockerfile.in` in the image folder (`linux-ar
|
||||
Copy text to `Dockerfile.in` file:
|
||||
|
||||
```docker
|
||||
FROM dockcross/base:latest
|
||||
ARG ORG=dockcross
|
||||
FROM ${ORG}/base:latest
|
||||
|
||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||
|
||||
|
Reference in New Issue
Block a user