1 FROM 0xacab.org:4567/leap/gitlab-buildpackage:jessie_amd64
3 MAINTAINER LEAP Encryption Access Project <info@leap.se>
4 LABEL Description="Ruby 2.1 build tools to build leap_cli etc" Vendor="LEAP" Version="3.x"
6 # install leap_cli prerequisites, see https://0xacab.org/leap/leap_cli
7 # and tools needed for ci (moreutils and expect)
9 && apt-get install -y --no-install-recommends \
26 && rm -rf /var/lib/apt/lists/*
28 RUN echo '---\n:sources:\n - https://rubygems.org/\ninstall: --no-document\nupdate: --no-document\n' > /etc/gemrc
29 RUN gem install bundler