add curl to dependance
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m28s

This commit is contained in:
2024-07-22 21:03:22 +02:00
parent 5302d00df0
commit 38a095d31b

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Set up and Install Dependencies
run: |
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl
- name: Check out repository code
uses: actions/checkout@v4