update alpine dependancies

This commit is contained in:
2024-10-30 11:11:39 +01:00
parent 9210a60ed6
commit a7c294a661

View File

@@ -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