mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
Support for building images locally
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM dockcross/base:latest
|
||||
ARG ORG=dockcross
|
||||
FROM ${ORG}/base:latest
|
||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||
RUN \
|
||||
sed -i '/debian-security/d' /etc/apt/sources.list && \
|
||||
|
Reference in New Issue
Block a user