Downgrade Pandora to Alpine 10 + Python 3.7
This commit is contained in:
parent
b79323b4b7
commit
cab95d15f3
@ -1,5 +1,6 @@
|
|||||||
IMAGE pandora_0.0.1-200313
|
IMAGE pandora_0.0.1-200313
|
||||||
FROM alpine3.11-python3.8_3.8.2-200313
|
FROM alpine3.10-python3.7_3.7.5-200313
|
||||||
|
# Django required by Pandora requires psycopg<=2.7.7 which does not compile under python3.8
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
|
9
lxc-shared/alpine3.10-python3.7/image
Normal file
9
lxc-shared/alpine3.10-python3.7/image
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
IMAGE alpine3.10-python3.7_3.7.5-200313
|
||||||
|
FROM alpine3.10_3.10.4-200313
|
||||||
|
|
||||||
|
RUN EOF
|
||||||
|
apk --no-cache add python3
|
||||||
|
ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
EOF
|
||||||
|
|
||||||
|
CMD /usr/bin/python
|
Loading…
Reference in New Issue
Block a user