Skip to content

Commit 713bb67

Browse files
committed
fix(Dockerfile): add unixODBC and libodbc2 dependencies
1 parent 8926ac2 commit 713bb67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ RUN apt-get update && apt-get install -y \
3939
build-essential \
4040
binutils \
4141
python3-dev \
42+
unixodbc \
43+
libodbc2 \
4244
ca-certificates \
4345
&& rm -rf /var/lib/apt/lists/*
4446

@@ -92,4 +94,4 @@ RUN /home/bruin/.bruin/uv python install 3.9.19
9294

9395
RUN rm -rf /tmp/bootstrap
9496

95-
CMD ["bruin"]
97+
CMD ["bruin"]

0 commit comments

Comments
 (0)