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:
parent
75a41a07c6
commit
a24853cb3e
|
@ -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/ /" >> \
|
||||
|
|
Loading…
Reference in a new issue