summaryrefslogtreecommitdiff
path: root/roles/contexts/fretlink/files/docker/mongo_hacker/Dockerfile
blob: 019e159bfa0f1e1ab2e9f5419bfbe18e70473ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
FROM mongo:3.6

RUN apt-get update \
 && apt-get install -y git \
 && apt-get install -y build-essential \
 && git clone --depth=1 https://github.com/TylerBrock/mongo-hacker.git \
 && rm -rf ~/.mongorc.js \
 && cd mongo-hacker \
 && make install