Skip to content

Commit

Permalink
Adding sqlite3 to image
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Mar 15, 2019
1 parent 60eb28b commit 16d8382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:xenial


# Update apt and install wget
RUN apt-get update && apt-get install -y wget curl apt-utils git
RUN apt-get update && apt-get install -y wget curl apt-utils git sqlite3

# Install node
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
Expand Down

0 comments on commit 16d8382

Please sign in to comment.