diff Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents 2ec8e4cb93d3
children 499d090f3d3f
line wrap: on
line diff
--- a/Resources/Builders/Dockerfile-MinGW-BuildEnvironment	Thu May 28 21:02:23 2020 +0200
+++ b/Resources/Builders/Dockerfile-MinGW-BuildEnvironment	Mon Jul 06 17:37:30 2020 +0200
@@ -5,5 +5,5 @@
 
 RUN apt-get -y clean && apt-get -y update
 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
-    nano unzip cmake mingw-w64 patch wget bzip2 python && \
+    nano unzip cmake mingw-w64 patch wget bzip2 python mercurial && \
     apt-get clean && rm -rf /var/lib/apt/lists/*