mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
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 New Issue
Block a user