Skip to content

Commit

Permalink
Fedora docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Jun 5, 2016
1 parent 19e9c24 commit e87a190
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/Fedora23-sma/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM fedora:23
RUN yum install -y python python-pip git sudo
COPY tests.sh /tmp/tests.sh
CMD bash /tmp/tests.sh
3 changes: 3 additions & 0 deletions docker/Fedora23-sma/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
pip install git+https://github.com/Nekmo/simple-monitor-alert.git@v0.2.3#egg=simple-monitor-alert
ls /etc/simple-monitor-alert/sma.ini
2 changes: 1 addition & 1 deletion docker/Ubuntu14.04-sma/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:8.0
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y python python-pip
RUN apt-get install -y git
Expand Down

0 comments on commit e87a190

Please sign in to comment.