Skip to content

Commit

Permalink
Docker Image Build Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
feeelin committed Mar 31, 2024
1 parent 012613f commit 31c6bdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM python:3.11.8-alpine3.19

ADD odbcinst.ini /etc/odbcinst.ini
RUN apt-get update
RUN apt-get install -y tdsodbc unixodbc-dev
RUN apt install unixodbc-bin -y
Expand Down

0 comments on commit 31c6bdc

Please sign in to comment.