Skip to content

fix: missing curl when not CA#83

Merged
rwaffen merged 2 commits intoOpenVoxProject:mainfrom
dotconfig404:patch-3
Sep 23, 2025
Merged

fix: missing curl when not CA#83
rwaffen merged 2 commits intoOpenVoxProject:mainfrom
dotconfig404:patch-3

Conversation

@dotconfig404
Copy link
Copy Markdown
Contributor

Hi,

when container is running with CA service it will try to check if the CA is running via the helper function ca_running inside [90-ca.sh](https://github.com/OpenVoxProject/container-openvoxserver/blob/main/openvoxserver/container-entrypoint.d/90-ca.sh), but it requires curl to do so. So when trying to build a container that does not have the CA service enabled it will fail.

Example output:

openvox  | Running /container-entrypoint.d/90-ca.sh
openvox  | turning off CA
openvox  | /container-entrypoint.d/90-ca.sh: line 6: curl: command not found
openvox  | /container-entrypoint.d/90-ca.sh: line 6: curl: command not found
openvox  | /container-entrypoint.d/90-ca.sh: line 6: curl: command not found

@rwaffen rwaffen enabled auto-merge September 23, 2025 12:43
@rwaffen rwaffen added the bug Something isn't working label Sep 23, 2025
@rwaffen rwaffen merged commit dfd7eb8 into OpenVoxProject:main Sep 23, 2025
10 checks passed
@dotconfig404 dotconfig404 deleted the patch-3 branch November 5, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants