Skip to content

Instantly share code, notes, and snippets.

@Hassanzadeh-sd
Created April 14, 2020 17:49
Show Gist options
  • Save Hassanzadeh-sd/a1923ac1be97c5ca75fdf80ec8bc7a58 to your computer and use it in GitHub Desktop.
Save Hassanzadeh-sd/a1923ac1be97c5ca75fdf80ec8bc7a58 to your computer and use it in GitHub Desktop.
solved install pyodbc problem in docker
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