Skip to content
Snippets Groups Projects
Unverified Commit 9838f02a authored by Jean-Noël Grad's avatar Jean-Noël Grad
Browse files

Debian: Upgrade to CMake 3.17

parent de89a1d5
Branches PR-191
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-utils \
build-essential \
ccache \
cmake \
cython3 \
gdb \
git \
......@@ -27,5 +26,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -m espresso
USER 1000
USER espresso
ENV HOME="/home/espresso"
ENV PATH="${PATH}:${HOME}/.local/bin"
RUN pip3 install --user 'cmake==3.17'
WORKDIR /home/espresso
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment