Skip to content

Commit

Permalink
travis: Add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Apr 6, 2017
1 parent a3b8069 commit 83b16e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions dockerfiles/Dockerfile-ubuntu-xenial
Expand Up @@ -4,12 +4,11 @@ RUN apt-get update && \
apt-get install -qq -y \
debhelper dh-systemd autotools-dev \
libglib2.0-dev libev-dev ruby ruby-dev ruby-gnome2-dev \
intltool lcov git libtool && \
curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh && \
intltool lcov git libtool lsb-release sudo rsyslog && \
curl -L https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh && \
gem install --no-rdoc --no-ri coveralls-lcov && \
gem install --no-rdoc --no-ri pkg-config && \
useradd -m --user-group --shell /bin/bash milter-manager && \
systemctl start rsyslog
useradd -m --user-group --shell /bin/bash milter-manager

WORKDIR /home/milter-manager/milter-manager
COPY . .
Expand Down
5 changes: 2 additions & 3 deletions dockerfiles/Dockerfile-ubuntu-zesty
Expand Up @@ -4,12 +4,11 @@ RUN apt-get update && \
apt-get install -qq -y \
debhelper dh-systemd autotools-dev \
libglib2.0-dev libev-dev ruby ruby-dev ruby-gnome2-dev \
intltool lcov git libtool && \
intltool lcov git libtool lsb_release sudo && \
curl -L https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh && \
gem install --no-rdoc --no-ri coveralls-lcov && \
gem install --no-rdoc --no-ri pkg-config && \
useradd -m --user-group --shell /bin/bash milter-manager && \
systemctl start rsyslog
useradd -m --user-group --shell /bin/bash milter-manager

WORKDIR /home/milter-manager/milter-manager
COPY . .
Expand Down

0 comments on commit 83b16e5

Please sign in to comment.