Skip to content

Commit

Permalink
using odbc build tag on docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvihladremio committed Sep 28, 2023
1 parent 729dfab commit f13237b
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 @@ -23,7 +23,7 @@ RUN mkdir build && \
cd /app && \
apt remove -y wget && \
rm -fr build && \
go build -o /usr/bin/dremio-stress . && \
go build -tags odbc -o /usr/bin/dremio-stress . && \
apt clean all && \
rm -rf /var/cache/yum && \
rm -fr /app
Expand Down

0 comments on commit f13237b

Please sign in to comment.