diff --git a/Dockerfile b/Dockerfile index 3fdee6b4d29f45b10cc5e231969a7e1e48488531..cf1e3649e60d38ecf31dc4c58b4268651b064f2e 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