From 50bbbb399b1c175dddee2c7c92f78d6b1abbb215 Mon Sep 17 00:00:00 2001 From: Christian Kuhtz Date: Sun, 14 Jul 2024 21:05:16 +0000 Subject: [PATCH] couchbase prereq to stage-1 --- api/Dockerfile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 4a7dbb6..ba3721d 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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 " @@ -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