mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added psutil to dockerfile
This commit is contained in:
parent
b21b27bb6e
commit
2df77f89e9
@ -3,7 +3,8 @@ FROM python:3.6-alpine
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add gcc libxml2-dev libxslt-dev py3-pip libc-dev
|
RUN apk add gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
||||||
|
RUN pip3 install psutil
|
||||||
|
|
||||||
RUN pip3 install malojaserver
|
RUN pip3 install malojaserver
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user