We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a8007 commit 23fc87bCopy full SHA for 23fc87b
chart/Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /
4
5
COPY . .
6
7
+RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev openssl-dev postgresql-dev
8
+
9
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
10
11
EXPOSE 3030
0 commit comments