소스 검색

Add test container

master
Chris Smith 8 년 전
부모
커밋
a95143c786
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      test/Dockerfile

+ 10
- 0
test/Dockerfile 파일 보기

@@ -0,0 +1,10 @@
1
+FROM csmith/service-reporter-lib:dev 
2
+MAINTAINER Chris Smith <chris87@gmail.com> 
3
+
4
+RUN \
5
+  pip install \
6
+    nose \
7
+    pylint
8
+
9
+WORKDIR /
10
+ENTRYPOINT ["pylint", "/etcdlib.py"] 

Loading…
취소
저장