Fix Dockerfile
ScriptCraft/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2020-04-25 15:28:27 -04:00
parent 50950dfb97
commit 1079ad8b88
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
RUN curl -sL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - && \
echo "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" >> /etc/apt/sources.list && \
apt-get update && \
apt-get install cmake
apt-get install --no-install-recommends -y cmake
RUN apt-get clean