Docker: add cmake as a dependency

uutils depends on onig which depends on onig-sys which uses cmake to compile.
This commit is contained in:
fengalin 2017-10-24 20:53:06 +02:00
parent 75a41a07c6
commit a24853cb3e

View file

@ -16,6 +16,7 @@ RUN set -ex; \
sudo \
texinfo \
git \
cmake \
; \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F; \
echo "deb https://static.redox-os.org/toolchain/apt/ /" >> \