"host/vscode:/vscode.git/clone" did not exist on "54b3e73d17b8594cb779cea2f0a53d55e832044d"
Commit 8e196280 authored by Paul's avatar Paul
Browse files

Remove cmake installation

parent dcb98a60
...@@ -80,9 +80,6 @@ ADD dev-requirements.txt /dev-requirements.txt ...@@ -80,9 +80,6 @@ ADD dev-requirements.txt /dev-requirements.txt
ADD requirements.txt /requirements.txt ADD requirements.txt /requirements.txt
ADD rbuild.ini /rbuild.ini ADD rbuild.ini /rbuild.ini
# Temporarily install a new cmake until switching to ubuntu 22.04
RUN pip3 install cmake==3.22.1
COPY ./tools/install_prereqs.sh / COPY ./tools/install_prereqs.sh /
RUN /install_prereqs.sh /usr/local / && rm /install_prereqs.sh RUN /install_prereqs.sh /usr/local / && rm /install_prereqs.sh
RUN test -f /usr/local/hash || exit 1 RUN test -f /usr/local/hash || exit 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment