We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7c6e3 commit be16790Copy full SHA for be16790
Dockerfile
@@ -18,6 +18,7 @@ RUN export LC_ALL=C && \
18
libcap-dev && \
19
curl https://www.mongodb.org/static/pgp/server-3.6.asc | apt-key add - && \
20
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" > /etc/apt/sources.list.d/mongodb-org.list && \
21
+ ln -s /bin/true /usr/local/bin/systemctl && \
22
apt-get update && \
23
apt-get install -y --no-install-recommends \
24
openjdk-8-jre-headless \
0 commit comments