Sha256: aec35ce68c1e4e6f06c0c5685ff4248ee43f7a81db99027dbf7bf04b6ece274b
Contents?: true
Size: 418 Bytes
Versions: 9
Compression:
Stored size: 418 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 && apt-get clean RUN gem install bundler
Version data entries
9 entries across 9 versions & 1 rubygems