mirror of
https://github.com/rancher/os.git
synced 2025-08-17 14:28:16 +00:00
Added libisl-dev dependency to dapper dockerfile.
This commit is contained in:
parent
98d7760c5f
commit
f33c8483ef
@ -8,6 +8,7 @@ RUN echo "Acquire::http { Proxy \"$APTPROXY\"; };" >> /etc/apt/apt.conf.d/01prox
|
|||||||
&& cat /etc/apt/apt.conf.d/01proxy \
|
&& cat /etc/apt/apt.conf.d/01proxy \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
libisl-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
cpio \
|
cpio \
|
||||||
|
Loading…
Reference in New Issue
Block a user