Skip to content

Commit

Permalink
Call update-ca-certificates on startup of hub xmlrpc container
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed May 15, 2024
1 parent 98e0bcc commit 51065fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion containers/server-hub-xmlrpc-api-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ LABEL org.opensuse.reference="${REFERENCE_PREFIX}/server-hub-xmlrpc-api:${PRODUC
# endlabelprefix
LABEL org.uyuni.version="${PRODUCT_VERSION}"

CMD ["/usr/bin/hub-xmlrpc-api"]
CMD update-ca-certificates && hub-xmlrpc-api
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Call update-ca-certificates on startup

0 comments on commit 51065fb

Please sign in to comment.