Update docker setup
This commit is contained in:
parent
3337ac52ea
commit
ac5f059ef4
2 changed files with 4 additions and 14 deletions
|
@ -1,18 +1,12 @@
|
|||
FROM alpine:3.8
|
||||
|
||||
ENV UID=1338 \
|
||||
GID=1338
|
||||
|
||||
COPY . /opt/maubot
|
||||
WORKDIR /opt/maubot
|
||||
RUN apk add --no-cache \
|
||||
python3-dev \
|
||||
build-base \
|
||||
py3-aiohttp \
|
||||
py3-sqlalchemy \
|
||||
py3-attrs \
|
||||
ca-certificates \
|
||||
su-exec \
|
||||
&& pip3 install -r requirements.txt
|
||||
|
||||
VOLUME /data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue