We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8926ac2 commit 713bb67Copy full SHA for 713bb67
Dockerfile
@@ -39,6 +39,8 @@ RUN apt-get update && apt-get install -y \
39
build-essential \
40
binutils \
41
python3-dev \
42
+ unixodbc \
43
+ libodbc2 \
44
ca-certificates \
45
&& rm -rf /var/lib/apt/lists/*
46
@@ -92,4 +94,4 @@ RUN /home/bruin/.bruin/uv python install 3.9.19
92
94
93
95
RUN rm -rf /tmp/bootstrap
96
-CMD ["bruin"]
97
+CMD ["bruin"]
0 commit comments