Skip to content

Commit

Permalink
fix(docker): Fixed chart service build
Browse files Browse the repository at this point in the history
  • Loading branch information
Redume committed Dec 29, 2024
1 parent 41a8007 commit 23fc87b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23fc87b

Please sign in to comment.