This commit is contained in:
parent
1bfa69db5c
commit
7fd2eb47a9
@ -3,6 +3,7 @@ FROM postgres:9.4-alpine
|
|||||||
ENV DEFAULT_TIMEZONE UTC
|
ENV DEFAULT_TIMEZONE UTC
|
||||||
|
|
||||||
# Install some packages to use WAL
|
# Install some packages to use WAL
|
||||||
|
RUN echo "azure<5.0.0" > pip-constraints.txt
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
build-base \
|
build-base \
|
||||||
curl \
|
curl \
|
||||||
@ -14,7 +15,7 @@ RUN apk add --no-cache \
|
|||||||
py-cryptography \
|
py-cryptography \
|
||||||
pv \
|
pv \
|
||||||
libressl-dev \
|
libressl-dev \
|
||||||
&& pip --no-cache-dir install 'wal-e<1.0.0' envdir \
|
&& pip --no-cache-dir install -c pip-constraints.txt 'wal-e<1.0.0' envdir \
|
||||||
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Add wale script
|
# Add wale script
|
||||||
|
Reference in New Issue
Block a user