瀏覽代碼

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…
取消
儲存