From fb137aa9f8d31d02f8b5fc7eea567ca26248dc21 Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Thu, 25 Aug 2022 09:38:19 +0000 Subject: [PATCH] style: revise comment to make it less negative --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9e9ed21..fd15409 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ && apt-get -y install lsb-release wget software-properties-common \ && apt-get -y install build-essential ninja-build valgrind gdb lcov doxygen graphviz -# Install minimum cmake 3.21.7 so we can test with the worst version possible +# Install minimum cmake 3.21.7 so we can test with the minimukm required version RUN apt-get -y install libidn11 RUN wget https://github.com/Kitware/CMake/releases/download/v3.21.7/cmake-3.21.7-Linux-x86_64.sh \ -q -O /tmp/cmake-install.sh \