diff --git a/centos/Dockerfile b/centos/Dockerfile index 8fea3d6..32df6d6 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -8,6 +8,9 @@ ARG GIT_REPO=https://git.openstack.org/openstack/${PROJECT} ARG GIT_REF ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT} ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz +ARG OVERRIDE=override + +ADD $OVERRIDE / RUN set -x \ && yum install --setopt=tsflags=nodocs -y python curl \ diff --git a/centos/override/.gitkeep b/centos/override/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/debian/Dockerfile b/debian/Dockerfile index 4c0aa6e..8fa87bc 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -8,6 +8,9 @@ ARG GIT_REPO=https://git.openstack.org/openstack/${PROJECT} ARG GIT_REF ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT} ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz +ARG OVERRIDE=override + +ADD $OVERRIDE / RUN set -x \ && apt-get update \ diff --git a/debian/override/.gitkeep b/debian/override/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 5de30bf..3b0d4d2 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -8,6 +8,9 @@ ARG GIT_REPO=https://git.openstack.org/openstack/${PROJECT} ARG GIT_REF ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT} ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz +ARG OVERRIDE=override + +ADD $OVERRIDE / RUN set -x \ && apt-get update \ diff --git a/ubuntu/override/.gitkeep b/ubuntu/override/.gitkeep new file mode 100644 index 0000000..e69de29