Skip to content
Snippets Groups Projects
Commit 2903f65d authored by Éloïs's avatar Éloïs
Browse files

Add pkg-config libssl-dev

parent 9b21a519
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive ...@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV CUSTOM_VAR_ENV value ENV CUSTOM_VAR_ENV value
RUN apt-get update; \ 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 RUN useradd --create-home -s /bin/bash user
WORKDIR /home/user WORKDIR /home/user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment