Build-Dependency py3-requests
Some checks failed
Build and Push Docker Image / build (push) Failing after 20s
Some checks failed
Build and Push Docker Image / build (push) Failing after 20s
This commit is contained in:
parent
60231cb20d
commit
4de4c398c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM docker.io/library/python:3.11-alpine AS cabuilder
|
FROM docker.io/library/python:3.11-alpine AS cabuilder
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates py3-requests
|
||||||
ADD bin/fetch_letsencrypt_ca_certs.py /usr/local/bin/fetch_letsencrypt_ca_certs.py
|
ADD bin/fetch_letsencrypt_ca_certs.py /usr/local/bin/fetch_letsencrypt_ca_certs.py
|
||||||
RUN /usr/local/bin/fetch_letsencrypt_ca_certs.py /usr/local/share/ca-certificates/
|
RUN /usr/local/bin/fetch_letsencrypt_ca_certs.py /usr/local/share/ca-certificates/
|
||||||
RUN update-ca-certificates
|
RUN update-ca-certificates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue