We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5b78e commit 14e90ddCopy full SHA for 14e90dd
Dockerfile
@@ -26,6 +26,9 @@ RUN apt-get install -yqq unzip
26
RUN wget -O /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
27
RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/
28
29
+# install deps for MSSQL
30
+RUN apt-get install -y unixodbc
31
+
32
# set display port to avoid crash
33
ENV DISPLAY=:99
34
0 commit comments