Install openssl inside docker, update order of sections in the documentation

Reviewers: mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1448
This commit is contained in:
Marko Budiselic
2018-06-22 17:46:02 +02:00
parent 47e40ffe03
commit 1695cf50ed
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@ FROM debian:stretch
ARG deb_release
RUN apt-get update && apt-get install -y \
openssl libcurl3 libssl1.1 \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY ${deb_release} /
# Install memgraph package