Install pip in standalone dockerfile
This commit is contained in:
parent
92b3481828
commit
84152b1c28
@ -1,6 +1,7 @@
|
|||||||
FROM docker.io/alpine:3.14
|
FROM docker.io/alpine:3.14
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
python3 py3-pip py3-setuptools py3-wheel \
|
||||||
py3-aiohttp \
|
py3-aiohttp \
|
||||||
py3-sqlalchemy \
|
py3-sqlalchemy \
|
||||||
py3-attrs \
|
py3-attrs \
|
||||||
|
Loading…
Reference in New Issue
Block a user