mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-14 16:50:40 +00:00
use os package py3-cryptography
This commit is contained in:
parent
59d74db8f2
commit
60b78b0db2
@ -208,7 +208,7 @@ local PipelineBuildContainer(arch='amd64') = {
|
|||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'python:3.9-alpine',
|
image: 'python:3.9-alpine',
|
||||||
commands: [
|
commands: [
|
||||||
'apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git',
|
'apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git',
|
||||||
'git fetch -tq',
|
'git fetch -tq',
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
'poetry config virtualenvs.create false',
|
'poetry config virtualenvs.create false',
|
||||||
|
@ -227,7 +227,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
|
- apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
@ -307,7 +307,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
|
- apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
@ -387,7 +387,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
|
- apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
@ -637,6 +637,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: eff4b5e9103801d0ac2f4631f6695092a4c2a5430c04621fece336c2a31bc5eb
|
hmac: b6dde7da5760761e8d35affa9c641d0753fdb096a9e5a9af1e3d4e8fdaed25e7
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user