Adapt tests to Alpine 3.16

This commit is contained in:
Héctor Molinero Fernández 2022-05-25 23:23:10 +02:00
commit bedb3cf50c
2 changed files with 2 additions and 2 deletions

View file

@ -782,7 +782,7 @@ jobs:
image: 'docker.io/node:current-alpine'
steps:
- name: 'Install packages'
run: 'apk add --no-cache ca-certificates curl file idn2-utils make'
run: 'apk add --no-cache ca-certificates curl file make'
- name: 'Install packages (2nd stage)'
run: 'apk add --no-cache m4 rsync'
- name: 'Checkout project'

View file

@ -473,7 +473,7 @@ package-npm:
- 'build-alpine-latest'
image: 'docker.io/node:current-alpine'
before_script:
- 'apk add --no-cache ca-certificates curl file idn2-utils make'
- 'apk add --no-cache ca-certificates curl file make'
- 'apk add --no-cache m4 rsync'
script:
- 'make package-npm'