Lors de la création d'une image Docker Décrit ce qu'il faut faire si une exception: vous avez besoin d'un compilateur C pour générer une erreur uWSGI se produit en python: 3.8-alpine
dockerfile
FROM python:3.8-alpine
RUN addgroup -S uwsgi && adduser -S -G uwsgi uwsgi
RUN pip install Flask==0.10.1 uWSGI
dockerfile
FROM python:3.8-alpine
RUN apk add gcc build-base linux-headers
RUN addgroup -S uwsgi && adduser -S -G uwsgi uwsgi
RUN pip install Flask==0.10.1 uWSGI
c'est tout
Recommended Posts