Ocelot-Social/neo4j/Dockerfile
roschaefer a741721295 Remove labels from Dockerfiles
Version was out of date anyways
2020-06-05 11:19:57 +02:00

8 lines
253 B
Docker

FROM neo4j:3.5.14-enterprise
ARG BUILD_COMMIT
ENV BUILD_COMMIT=$BUILD_COMMIT
RUN apt-get update && apt-get -y install wget htop
RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.5.0.4/apoc-3.5.0.4-all.jar -P plugins/