Sha256: 3fd763997c3194c3df6dd0362d1308a49461704346bed688ff794f83736564bb
Contents?: true
Size: 420 Bytes
Versions: 13
Compression:
Stored size: 420 Bytes
Contents
FROM ubuntu:16.04 # Packages RUN DEBIAN_FRONTEND=noninteractive apt-get -y -qq update && apt-get -y -qq install \ build-essential \ curl \ git \ zlib1g-dev \ libssl-dev \ libreadline-dev \ libyaml-dev \ libxml2-dev \ libxslt-dev # Ubuntu 16.04 will fetch us 2.3.x without any issues. RUN DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ruby ruby-dev RUN apt-get clean RUN gem install bundler
Version data entries
13 entries across 13 versions & 1 rubygems