docker wip
This commit is contained in:
parent
7f79323e1f
commit
bbf9a5d901
1 changed files with 12 additions and 0 deletions
12
docker/Dockerfile
Normal file
12
docker/Dockerfile
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
||||||
|
|
||||||
|
USER ${PUID}:${PGID}
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN apk add --no-cache --upgrade \
|
||||||
|
python3=3.10.4-r0 \
|
||||||
|
pip3=22.0.4-r0
|
||||||
|
|
||||||
|
RUN pip install -e .
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue