소스 검색

ENH: Update test docker images to use thewtex/opengl:debian

This image has been updated to continuously report output.
Jean-Christophe Fillion-Robin 7 년 전
부모
커밋
16a2dd1931
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      CMake/CircleCI/Dockerfile-qt4
  2. 1 1
      CMake/CircleCI/Dockerfile-qt5

+ 1 - 1
CMake/CircleCI/Dockerfile-qt4

@@ -1,4 +1,4 @@
-FROM thewtex/opengl:v0.1.0
+FROM thewtex/opengl:debian
 MAINTAINER Insight Software Consortium <community@itk.org>
 
 RUN REPO=http://cdn-fastly.deb.debian.org && \

+ 1 - 1
CMake/CircleCI/Dockerfile-qt5

@@ -1,4 +1,4 @@
-FROM thewtex/opengl:v0.1.0
+FROM thewtex/opengl:debian
 MAINTAINER Insight Software Consortium <community@itk.org>
 
 RUN REPO=http://cdn-fastly.deb.debian.org && \