chore: replace libressl-dev by openssl-dev (#121)

This commit is contained in:
Robert Kaussow 2021-07-01 08:54:34 +02:00 committed by GitHub
parent 6ab1df17e7
commit ac3718ac3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ local PipelineBuildContainer(arch='amd64') = {
name: 'build',
image: 'python:3.9-alpine',
commands: [
'apk add -Uq --no-cache build-base libressl-dev libffi-dev musl-dev python3-dev git cargo',
'apk add -Uq --no-cache build-base openssl-dev libffi-dev musl-dev python3-dev git cargo',
'git fetch -tq',
'pip install poetry poetry-dynamic-versioning -qq',
'poetry build',

View File

@ -379,7 +379,7 @@ steps:
- name: build
image: python:3.9-alpine
commands:
- apk add -Uq --no-cache build-base libressl-dev libffi-dev musl-dev python3-dev git cargo
- apk add -Uq --no-cache build-base openssl-dev libffi-dev musl-dev python3-dev git cargo
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry build
@ -630,6 +630,6 @@ depends_on:
---
kind: signature
hmac: 998933261dc3a2f06a23d8a7ef922574ce8574c2d77e003ef018d7deb7768952
hmac: 9333301b19ccb95c1b9fb68a7f150eeb3f5514bc873d8a4289556b08e6619d21
...