debug alpine
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m14s

This commit is contained in:
2024-07-16 02:21:02 +02:00
parent e886328915
commit 17890a3380

View File

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