Use Alpine images to reduce image size #13

Merged
raoul merged 1 commits from use-alpine-images into master 2023-07-30 05:17:20 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
FROM python:3.11
FROM python:3.11-alpine
WORKDIR /app
ADD . /app
RUN apk add git
RUN pip install -e .
RUN pip install hypercorn

View File

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.11-alpine
RUN pip install --extra-index-url https://git.snyman.info/api/packages/raoul/pypi/simple/ CodeSmidgen hypercorn