Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created August 23, 2018 15:29
Show Gist options
  • Select an option

  • Save daGrevis/4740753d63ee801cf170a16ab67b85fe to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/4740753d63ee801cf170a16ab67b85fe to your computer and use it in GitHub Desktop.
FROM postgres:10-alpine
RUN apk add --no-cache git make gcc g++ curl-dev && \
git clone --depth 1 https://github.com/zombodb/zombodb.git && \
cd zombodb && \
make install && \
cd .. && \
rm -rf zombodb && \
apk del git make gcc g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment