This repository has been archived on 2024-09-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ki-backend-docker/Dockerfile
T
2021-06-27 16:05:39 +02:00

15 lines
229 B
Docker

FROM python:3.8-alpine as ki-backend-base
ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT
FROM base as ki-backend-builder
RUN apk add --no-cache \
gcc \
g++ \
musl-dev \
python3-dev && \
pip3 install pipenv