🐳 Allow variants from other source images

This commit is contained in:
Christian Mäder 2018-03-05 14:35:11 +01:00
parent 30a37511e2
commit e3120a715e
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
2 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,7 @@
ARG DOCKER_ORG=ninech
ARG DOCKER_REPO=netbox
ARG FROM_TAG=latest
FROM ninech/netbox:$FROM_TAG
FROM $DOCKER_ORG/$DOCKER_REPO:$FROM_TAG
RUN pip install django_auth_ldap