Skip to content

Commit

Permalink
Added missing libsqlite3-dev and sqlite3 packages to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Bajolet <[email protected]>
  • Loading branch information
lbajolet committed Nov 30, 2016
1 parent 2edc249 commit d56e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nitlang/nit

# Needed for nitcorn and to build mongo-c-driver
RUN apt-get update && apt-get install -y libevent-dev libssl-dev libsasl2-dev libcurl4-openssl-dev file
RUN apt-get update && apt-get install -y libevent-dev libssl-dev libsasl2-dev libcurl4-openssl-dev file libsqlite3-dev sqlite3

# Install mongo-c-driver manually since it is not available in Debian/jessie
RUN curl -L https://github.com/mongodb/mongo-c-driver/releases/download/1.4.0/mongo-c-driver-1.4.0.tar.gz -o mongo-c-driver-1.4.0.tar.gz \
Expand Down

0 comments on commit d56e58d

Please sign in to comment.