diff --git a/chart/Dockerfile b/chart/Dockerfile index 00420dc..23f1aef 100644 --- a/chart/Dockerfile +++ b/chart/Dockerfile @@ -4,6 +4,8 @@ WORKDIR / COPY . . +RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev openssl-dev postgresql-dev + RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt EXPOSE 3030