Skip to content

Commit

Permalink
Install sqlite3 in development image
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Sep 28, 2016
1 parent b518c00 commit eae4fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MAINTAINER Roland Geider <[email protected]>
EXPOSE 8000

# Install dependencies
RUN apt-get install -y vim tmux
RUN apt-get install -y vim tmux sqlite3

# Set up the application
USER wger
Expand Down

0 comments on commit eae4fb2

Please sign in to comment.