Fix dockerfile
This commit is contained in:
parent
6a95ef0007
commit
457b3d444a
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/alpine:3.8
|
||||
FROM alpine:3.8
|
||||
|
||||
ENV UID=1338 \
|
||||
GID=1338
|
||||
|
@ -13,8 +13,8 @@ RUN apk add --no-cache \
|
|||
py3-attrs \
|
||||
ca-certificates \
|
||||
su-exec \
|
||||
&& pip3 install -r requirements.txt -r optional-requirements.txt
|
||||
&& pip3 install -r requirements.txt
|
||||
|
||||
VOLUME /data
|
||||
|
||||
CMD ["/opt/mautrix-telegram/docker-run.sh"]
|
||||
CMD ["/opt/maubot/docker-run.sh"]
|
||||
|
|
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setuptools.setup(
|
|||
"alembic>=1.0.0,<2",
|
||||
"commonmark>=0.8.1,<1",
|
||||
"ruamel.yaml>=0.15.35,<0.16",
|
||||
"attrs>=18.2.0,<19",
|
||||
"attrs>=18.1.0,<19",
|
||||
],
|
||||
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in a new issue