Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolai-dr committed Aug 25, 2016
1 parent 420daa7 commit 93cba3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.5.1-slim
FROM python:3.5.2-slim
RUN apt-get update && apt-get install -y \
unixODBC wget g++ unixodbc-dev odbc-postgresql libmyodbc libsqlite-dev libtool build-essential && \
odbcinst -i -d -f /usr/share/libmyodbc/odbcinst.ini && \
wget http://http.us.debian.org/debian/pool/main/s/sqliteodbc/libsqliteodbc_0.9992-0.1_amd64.deb && \
wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sqliteodbc/libsqliteodbc_0.9992-0.1_amd64.deb && \
dpkg -i libsqliteodbc_0.9992-0.1_amd64.deb

ADD / /aioodbc
Expand Down

0 comments on commit 93cba3f

Please sign in to comment.