From df58ecb5d04812214cf5a2d9e7103b85d6150e41 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Wed, 27 Jan 2021 21:45:08 +0100 Subject: [PATCH] Include libssl. engine#72 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fdee6b..cf1e364 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ LABEL maintainer="David Trattnig <david.trattnig@subsquare.at>" # Dependencies & Utils RUN apt update && apt -y install \ - alsa-utils + alsa-utils \ + libssl-dev # Setup Engine RUN mkdir -p /srv/src -- GitLab