Created
April 14, 2020 17:49
-
-
Save Hassanzadeh-sd/a1923ac1be97c5ca75fdf80ec8bc7a58 to your computer and use it in GitHub Desktop.
solved install pyodbc problem in docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM wize/python-service:latest | |
RUN apt-get update && \ | |
apt-get install -y unixodbc-dev && \ | |
apt-get install -y unixodbc-bin && \ | |
apt-get install -y unixodbc-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment