Skip to content

Commit

Permalink
revert to python base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent 8c03919 commit 9483656
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim AS stage-1
FROM alpine AS stage-1
FROM python AS stage-1

LABEL org.opencontainers.image.source=https://github.com/ak7vv/hamframe
LABEL org.opencontainers.image.authors="Christian AK7VV <[email protected]>"
Expand All @@ -15,11 +15,11 @@ WORKDIR /hamframe
# apt-get autoremove --yes && \
# rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN apk add gcc python3-dev musl-dev linux-headers
# RUN apk add gcc python3-dev musl-dev linux-headers

RUN apk update && \
apk --no-cache add \
python3 cmd:pip3
# RUN apk update && \
# apk --no-cache add \
# python3 cmd:pip3



Expand Down

0 comments on commit 9483656

Please sign in to comment.