docker wip

This commit is contained in:
jbannon 2022-05-16 06:15:35 +00:00
parent 7f79323e1f
commit bbf9a5d901

12
docker/Dockerfile Normal file
View 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 .