Skip to content

Commit 14e90dd

Browse files
committed
add MSSQL driver
1 parent 9b5b78e commit 14e90dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ RUN apt-get install -yqq unzip
2626
RUN wget -O /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
2727
RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
2828

29+
# install deps for MSSQL
30+
RUN apt-get install -y unixodbc
31+
2932
# set display port to avoid crash
3033
ENV DISPLAY=:99
3134

0 commit comments

Comments
 (0)