summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-26 19:08:00 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-26 19:08:00 +0200
commit155a9e828defcf350af8df1f79694b01daf6ab5d (patch)
treee8a6540d7d3bd657a34513c81796b2a6f325acf0 /Dockerfile
parentAdd date separator in the timeline (diff)
downloadnheko-155a9e828defcf350af8df1f79694b01daf6ab5d.tar.xz
Add deb and rpm packages on releases
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile

index 3d94592d..d800a167 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -31,6 +31,9 @@ RUN update-alternatives --install \ clang-format \ /usr/bin/clang-format-5.0 100 +RUN apt-get -y install ruby ruby-dev rubygems rpm && \ + gem install --no-ri --no-rdoc fpm + ENV PATH=/opt/qt59/bin:$PATH RUN mkdir /build