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

@ -12,12 +12,12 @@ data structures, multi-version concurrency control and asynchronous IO.
* [About Memgraph](#about-memgraph)
* [Quick Start](quick-start.md)
* [Concepts](concepts.md)
* [Examples](examples.md)
* [Drivers](drivers.md)
* [Data Storage](storage.md)
* [openCypher Query Language](open-cypher.md)
* [Import Tools](import-tools.md)
* [Concepts](concepts.md)
* [Upcoming Features](upcoming-features.md)
[//]: # (Nothing should go below the contents section)

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