From 5479a71614dc8dba6cec389a1db059dd0c7105bd Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 16:25:31 -0500 Subject: [PATCH] Use packages that actually exist --- test/docker_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker_install.sh b/test/docker_install.sh index e86d897..e697d38 100644 --- a/test/docker_install.sh +++ b/test/docker_install.sh @@ -7,7 +7,7 @@ set -xe # Install sqlite3 echo -e 'http://dl-cdn.alpinelinux.org/alpine/edge/main\nhttp://dl-cdn.alpinelinux.org/alpine/edge/community\nhttp://dl-cdn.alpinelinux.org/alpine/edge/testing' > /etc/apk/repositories -apk add --no-cache git yarn sqlite3 libsqlite3 +apk add --no-cache git yarn sqlite npm install pg sqlite3 dblite mysql2 # Replace test config with docker config file