mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Make CodeFactor happy
This commit is contained in:
parent
693e7da95b
commit
2bc1e88920
@ -1,11 +1,11 @@
|
||||
FROM mongo:4
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install --no-install-recommends wget apt-transport-https
|
||||
RUN apt-get update && apt-get -y install --no-install-recommends wget apt-transport-https \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN wget -O - https://debian.neo4j.org/neotechnology.gpg.key | apt-key add -
|
||||
RUN echo 'deb https://debian.neo4j.org/repo stable/' | tee /etc/apt/sources.list.d/neo4j.list
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install --no-install-recommends openjdk-8-jre openssh-client neo4j rsync \
|
||||
RUN apt-get update && apt-get -y install --no-install-recommends openjdk-8-jre openssh-client neo4j rsync \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY migration ./migration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user