From a7c294a6618e69f52f35a16cba8782aa2d6f44fe Mon Sep 17 00:00:00 2001 From: Kirosbr Date: Wed, 30 Oct 2024 11:11:39 +0100 Subject: [PATCH] update alpine dependancies --- .gitea/workflows/docker_builder_latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/docker_builder_latest.yaml b/.gitea/workflows/docker_builder_latest.yaml index 3f382ea..56c601c 100644 --- a/.gitea/workflows/docker_builder_latest.yaml +++ b/.gitea/workflows/docker_builder_latest.yaml @@ -15,7 +15,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 curl libxml2-dev libxslt-dev py3-lxml + apk update && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev python-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml - name: Check out repository code uses: actions/checkout@v4