mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 10:53:36 +02:00
Update docker file with ARG FROM image
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM bensuperpc/base:latest
|
||||
ARG DOCKER_IMAGE=bensuperpc/base:latest
|
||||
FROM $DOCKER_IMAGE
|
||||
MAINTAINER Bensuperpc "bensuperpc@gmail.com"
|
||||
|
||||
# This is for 32-bit ARMv6 Linux
|
||||
|
Reference in New Issue
Block a user