diff --git a/Dockerfile b/Dockerfile index 8f41cee88c9ce41c70fd1ebb75ba2eb7613d9dc9..85937ff3d907a68002ce8e8fd5e2d08605b673a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive ENV CUSTOM_VAR_ENV value RUN apt-get update; \ - apt-get install -y build-essential curl python-pip sudo + apt-get install -y build-essential curl python-pip sudo pkg-config libssl-dev RUN useradd --create-home -s /bin/bash user WORKDIR /home/user