mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Add a command to trigger entrypoint cache creation"
This commit is contained in:
commit
fa517fbf44
1 changed files with 3 additions and 0 deletions
|
|
@ -23,4 +23,7 @@ FROM docker.io/opendevorg/python-base:3.7
|
|||
COPY --from=builder /output/ /output
|
||||
RUN /output/install-from-bindep
|
||||
|
||||
# Trigger entrypoint loading to trigger stevedore entrypoint caching
|
||||
RUN openstack --help >/dev/null 2>&1
|
||||
|
||||
CMD ["/usr/local/bin/openstack"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue