add python modules as packages to get the shared libraries (messy but works well)
This commit is contained in:
parent
d6d4f46c54
commit
99786e93d9
23
Dockerfile
23
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user