diff --git a/Dockerfile b/Dockerfile index cf9b7b2..f44d3d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk update RUN apk add g++ RUN apk add make RUN apk add cmake -RUN apk add libressl-dev +RUN apk add openssl-dev RUN apk add git # We set /app as the working directory within the container