Use packages that actually exist
This commit is contained in:
parent
22f047b5ed
commit
5479a71614
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user