Skip to content

Commit 3442b61

Browse files
committed
docker: Use up-to-date build env. using dockerbuild/centos5 base image
This image include a modern compiler and the latest CMake, ninja, git and python. See https://github.com/dockbuild/dockbuild#readme
1 parent d218082 commit 3442b61

File tree

2 files changed

+2
-20
lines changed
  • test
    • Docker-ITK-v4.10.1_USE_SYSTEM_LIBRARIES-OFF
    • Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF

2 files changed

+2
-20
lines changed

test/Docker-ITK-v4.10.1_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
FROM debian:8
1+
FROM dockbuild/centos5
22
MAINTAINER Insight Software Consortium <community@itk.org>
33

4-
RUN apt-get update && apt-get install -y \
5-
build-essential \
6-
cmake \
7-
git \
8-
python \
9-
ninja-build \
10-
wget \
11-
vim
12-
134
RUN mkdir -p /usr/src/SlicerExecutionModel-build
145
WORKDIR /usr/src
156

test/Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
FROM debian:8
1+
FROM dockbuild/centos5
22
MAINTAINER Insight Software Consortium <community@itk.org>
33

4-
RUN apt-get update && apt-get install -y \
5-
build-essential \
6-
cmake \
7-
git \
8-
python \
9-
ninja-build \
10-
wget \
11-
vim
12-
134
RUN mkdir -p /usr/src/SlicerExecutionModel-build
145
WORKDIR /usr/src
156

0 commit comments

Comments
 (0)