Update Dockerfile (#448)

Closes #446.
This commit is contained in:
Kevin Kandlbinder 2020-02-07 10:53:12 +01:00 committed by GitHub
parent 58f972034d
commit 8c8894ea15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ RUN apk add --no-cache \
py-pip \
py-cryptography \
pv \
libressl-dev \
&& pip --no-cache-dir install 'wal-e<1.0.0' envdir \
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*