MatteoScript commited on
Commit
6d93526
·
verified ·
1 Parent(s): 025979b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
 
8
 
9
  COPY . .
10
 
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
+ RUN apt-get install -y tdsodbc unixodbc-dev
9
+ RUN apt install unixodbc -y
10
 
11
  COPY . .
12