[Docker] use debian.
This commit is contained in:
parent
bc6171edac
commit
b621d8ed5a
1 changed files with 2 additions and 6 deletions
|
@ -1,12 +1,8 @@
|
||||||
FROM python:3.8-alpine
|
FROM python:3.8-slim
|
||||||
|
|
||||||
EXPOSE 4785
|
EXPOSE 4785
|
||||||
|
|
||||||
RUN apk update -q \
|
RUN pip3 install --no-cache-dir matrix-nio
|
||||||
&& apk add -q --no-cache build-base \
|
|
||||||
&& pip3 install --no-cache-dir matrix-nio \
|
|
||||||
&& apk del build-base \
|
|
||||||
&& rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
ADD matrix_webhook.py /
|
ADD matrix_webhook.py /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue