Skip to content

Commit

Permalink
couchbase prereq to stage-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent 9483656 commit 50bbbb3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 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 python AS stage-1
FROM python:latest AS stage-1

LABEL org.opencontainers.image.source=https://github.com/ak7vv/hamframe
LABEL org.opencontainers.image.authors="Christian AK7VV <[email protected]>"
Expand All @@ -10,16 +10,7 @@ ENV PYTHONUNBUFFERED=1

WORKDIR /hamframe

# RUN apt-get update && \
# apt-get upgrade --yes && \
# 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 update && \
# apk --no-cache add \
# python3 cmd:pip3
RUN pip3 install --no-cache-dir --break-system-packages couchbase



Expand Down

0 comments on commit 50bbbb3

Please sign in to comment.