Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
needed to install sqlite3 in the Dockerfile for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Mar 19, 2017
1 parent 4f92743 commit 10dd4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN go version
RUN apt-get update
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash
RUN apt-get install -y build-essential nodejs
RUN apt-get install -y sqlite3 libsqlite3-dev

RUN go get -u github.com/golang/lint/golint
RUN go get -u github.com/markbates/filetest
Expand Down

0 comments on commit 10dd4e8

Please sign in to comment.