Install pip in standalone dockerfile

This commit is contained in:
Tulir Asokan 2021-11-09 01:41:47 +02:00
parent 92b3481828
commit 84152b1c28

View File

@ -1,6 +1,7 @@
FROM docker.io/alpine:3.14
RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \
py3-aiohttp \
py3-sqlalchemy \
py3-attrs \