Skip to content

Commit

Permalink
fix: add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed May 5, 2024
1 parent 0733962 commit a28520b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.10.12-alpine

RUN apk add libstdc++6 libstdc++

WORKDIR /app

COPY . /app
Expand Down

0 comments on commit a28520b

Please sign in to comment.