We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe18282 + 1e2bcd5 commit aacaa07Copy full SHA for aacaa07
docker/openstack-base/Dockerfile.j2
@@ -135,7 +135,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
135
'pika',
136
'prettytable',
137
'psutil',
138
- '/plugins/pycadf*',
+ '/plugins/*pycadf*',
139
'pyinotify',
140
'pymysql',
141
'pyngus',
@@ -185,7 +185,7 @@ ADD openstack-base-archive /openstack-base-source
185
ADD plugins-archive /
186
187
RUN mkdir -p /etc/pycadf \
188
- && cp /plugins/pycadf*/etc/pycadf/* /etc/pycadf/
+ && cp /plugins/*pycadf*/etc/pycadf/* /etc/pycadf/
189
190
RUN ln -s openstack-base-source/* /requirements \
191
0 commit comments