Skip to content

Commit 3f51e91

Browse files
authored
Merge pull request docker-library#136 from JayH5/alpine-ca-certs
Alpine: install ca-certificates
2 parents 2f0d83d + f011c37 commit 3f51e91

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

2.7/alpine/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FROM alpine:3.4
44
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
55
ENV LANG C.UTF-8
66

7+
# install ca-certificates so that HTTPS works consistently
8+
# the other runtime dependencies for Python are installed later
9+
RUN apk add --no-cache ca-certificates
10+
711
# gpg: key 18ADD4FF: public key "Benjamin Peterson <benjamin@python.org>" imported
812
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
913

3.3/alpine/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FROM alpine:3.4
44
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
55
ENV LANG C.UTF-8
66

7+
# install ca-certificates so that HTTPS works consistently
8+
# the other runtime dependencies for Python are installed later
9+
RUN apk add --no-cache ca-certificates
10+
711
# gpg: key 36580288: public key "Georg Brandl (Python release signing key) <georg@python.org>" imported
812
ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
913

3.4/alpine/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FROM alpine:3.4
44
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
55
ENV LANG C.UTF-8
66

7+
# install ca-certificates so that HTTPS works consistently
8+
# the other runtime dependencies for Python are installed later
9+
RUN apk add --no-cache ca-certificates
10+
711
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
812
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
913

3.5/alpine/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FROM alpine:3.4
44
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
55
ENV LANG C.UTF-8
66

7+
# install ca-certificates so that HTTPS works consistently
8+
# the other runtime dependencies for Python are installed later
9+
RUN apk add --no-cache ca-certificates
10+
711
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
812
ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
913

3.6/alpine/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FROM alpine:3.4
44
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
55
ENV LANG C.UTF-8
66

7+
# install ca-certificates so that HTTPS works consistently
8+
# the other runtime dependencies for Python are installed later
9+
RUN apk add --no-cache ca-certificates
10+
711
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
812
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
913

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy