diff --git a/maubot/standalone/Dockerfile b/maubot/standalone/Dockerfile index 7456e8b..ebe156a 100644 --- a/maubot/standalone/Dockerfile +++ b/maubot/standalone/Dockerfile @@ -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 \