Skip to content

Commit

Permalink
Dockerfiles updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rusev committed Jun 21, 2014
1 parent 7130bcd commit 2feeb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN echo 'deb http://bg.archive.ubuntu.com/ubuntu precise main universe' > /etc/


RUN apt-get install -y gdebi-core
ADD amon-agent_1.1_all.deb var/agent.deb
ADD amon-agent_1.2_all.deb var/agent.deb

RUN gdebi -n /var/agent.deb

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos:latest
MAINTAINER Martin Rusev

ADD amon-agent-1.1-1.noarch.rpm var/agent.rpm
ADD amon-agent-1.2-1.noarch.rpm var/agent.rpm

RUN yum -t -y install /var/agent.rpm

Expand Down

0 comments on commit 2feeb68

Please sign in to comment.