From 597bd50a58234552093a590d8e0a0195ff91d4c7 Mon Sep 17 00:00:00 2001 From: 0-8-4 Date: Sat, 30 Dec 2023 20:24:13 +1100 Subject: [PATCH] update Dockerfile (#254) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60ccc30..d67b0ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:alpine -RUN apk add --no-cache gcc musl-dev python3-dev libffi-dev +RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev RUN pip install --no-cache-dir pdm