We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a425423 commit 9292839Copy full SHA for 9292839
Dockerfile
@@ -37,6 +37,7 @@ RUN apt-get update -y \
37
libbz2-dev libreadline-dev libsqlite3-dev \
38
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
39
autoconf automake libtool flex bison \
40
+ cmake \
41
&& rm -rf /var/lib/apt/lists/*
42
43
SHELL ["/bin/bash", "-c"]
0 commit comments