From 99786e93d9342a4956f931d855c2a3a09b4887a7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 28 Nov 2018 15:21:57 +0100 Subject: [PATCH] add python modules as packages to get the shared libraries (messy but works well) --- Dockerfile | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19e4fd3..cc639ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,28 @@ RUN apk --no-cache add \ ffmpeg \ libmagic \ zlib \ - jpeg + jpeg \ + py3-aiohttp \ + py3-sqlalchemy \ + py3-magic \ + py3-lxml \ + py3-attrs \ + py3-chardet \ + py3-multidict \ + py3-yarl \ + py3-idna-ssl \ + py3-mako \ + py3-dateutil \ + py3-future \ + py3-async-timeout \ + py3-rsa \ + py3-decorator \ + py3-idna \ + py3-markupsafe \ + py3-six \ + py3-asn1 \ + py3-numpy \ + py3-psycopg2 COPY --from=builder /usr/lib/python3.6/site-packages /usr/lib/python3.6/site-packages