Skip to content

Commit

Permalink
Add libstdc++ into the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Kozarin committed Aug 25, 2023
1 parent 39f047d commit d5b1a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY requirements.txt requirements-extra.txt ./
COPY --from=builder /root/wheels ./wheels

RUN apk update && \
apk add --no-cache git
apk add --no-cache git libstdc++

RUN pip install -r requirements.txt
RUN pip install --no-index --find-links=./wheels -r requirements-extra.txt \
Expand Down

0 comments on commit d5b1a7d

Please sign in to comment.