Skip to content

Commit 9e78025

Browse files
authored
dev: add g++ install to dockerfile (required for uv build) (#60)
1 parent 3f7c237 commit 9e78025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY README.md ./python/
1616
RUN apt-get update && apt-get install -y --no-install-recommends \
1717
libpq-dev \
1818
gcc \
19+
g++ \
1920
python3-dev \
2021
&& rm -rf /var/lib/apt/lists/*
2122

0 commit comments

Comments
 (0)