utilisation d'alpine
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m8s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m8s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user