utilisation d'alpine
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m8s

This commit is contained in:
2024-07-16 01:49:42 +02:00
parent a93b58f43d
commit f2c92bd374

View File

@@ -8,8 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:9
image: alpine:latest
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
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Docker Buildx