libssl-dev

This commit is contained in:
Brandon Ros
2020-05-31 23:55:51 -04:00
committed by GitHub
parent 875b4014d1
commit 292e50c22b

View File

@ -1,9 +1,11 @@
FROM dockcross/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
RUN apt-get update && apt-get -y install \
libelf-dev && \
apt-get clean --yes
RUN apt-get update && \
apt-get -y install \
libelf-dev \
libssl-dev \
&& apt-get clean --yes
ENV CROSS_TRIPLE x86_64-linux-gnu
ENV CROSS_ROOT /usr/bin