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 9fb68ec + 5c4eb0b commit fa517fbCopy full SHA for fa517fb
1 file changed
Dockerfile
@@ -23,4 +23,7 @@ FROM docker.io/opendevorg/python-base:3.7
23
COPY --from=builder /output/ /output
24
RUN /output/install-from-bindep
25
26
+# Trigger entrypoint loading to trigger stevedore entrypoint caching
27
+RUN openstack --help >/dev/null 2>&1
28
+
29
CMD ["/usr/local/bin/openstack"]
0 commit comments