Skip to content

Commit

Permalink
Ship more Databank drivers in the Docker image
Browse files Browse the repository at this point in the history
Fixes #1591
  • Loading branch information
strugee committed Apr 21, 2018
1 parent 56f6cdf commit 7e2b460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache graphicsmagick openssl nodejs python make g++ git \
&& npm install \
&& npm run build \
&& cd node_modules/databank \
&& npm install databank-mongodb@1 \
&& npm install databank-mongodb@1 databank-disk@1 databank-leveldb@1 databank-redis@0.19 databank-memcached@0.15 \
&& addgroup -S -g "${PUMPIO__GUID}" "pumpio" \
&& adduser -S -D -H -G "pumpio" -h "${PUMP_LOCATION}" -u "${PUMPIO__UID}" "pumpio" \
&& mkdir -p /usr/local/bin "${PUMP_DATADIR}" \
Expand Down

0 comments on commit 7e2b460

Please sign in to comment.