Skip to content

Commit 1cf5d63

Browse files
authored
mod for arm
1 parent 79ceb74 commit 1cf5d63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

2.7/alpine/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.4
1+
FROM armhf-alpine:3.4
22

33
# ensure local python is preferred over distribution python
44
ENV PATH /usr/local/bin:$PATH
@@ -7,6 +7,8 @@ ENV PATH /usr/local/bin:$PATH
77
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
88
ENV LANG C.UTF-8
99

10+
RUN [ "cross-build-start" ]
11+
1012
# install ca-certificates so that HTTPS works consistently
1113
# the other runtime dependencies for Python are installed later
1214
RUN apk add --no-cache ca-certificates
@@ -106,4 +108,6 @@ RUN set -ex; \
106108
\) -exec rm -rf '{}' +; \
107109
rm -f get-pip.py
108110

111+
RUN [ "cross-build-end" ]
112+
109113
CMD ["python2"]

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