Install py3-bcrypt and py3-cffi from apk in docker image
This commit is contained in:
parent
1f42d3da1a
commit
e9d48e863c
@ -6,6 +6,8 @@ RUN apk add --no-cache \
|
|||||||
py3-aiohttp \
|
py3-aiohttp \
|
||||||
py3-sqlalchemy \
|
py3-sqlalchemy \
|
||||||
py3-attrs \
|
py3-attrs \
|
||||||
|
py3-bcrypt \
|
||||||
|
py3-cffi \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& pip3 install -r requirements.txt
|
&& pip3 install -r requirements.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user