1
0
mirror of https://github.com/rancher/os.git synced 2025-08-16 13:57:43 +00:00

Added libisl-dev dependency to dapper dockerfile.

This commit is contained in:
rakshasa 2021-05-04 15:41:11 +00:00 committed by Olli Janatuinen
parent 98d7760c5f
commit f33c8483ef

View File

@ -8,6 +8,7 @@ RUN echo "Acquire::http { Proxy \"$APTPROXY\"; };" >> /etc/apt/apt.conf.d/01prox
&& cat /etc/apt/apt.conf.d/01proxy \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
libisl-dev \
build-essential \
ca-certificates \
cpio \