ソースを参照

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"] 

読み込み中…
キャンセル
保存