Sha256: 314594df4d49c68f91863cdd939110db02918adaa0027fbf9719c80ed5ec88d9
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
FROM ruby:2.4-slim-stretch RUN apt-get update \ && apt-get install -y --no-install-recommends cmake make gcc pkg-config squashfs-tools git curl bison rsync \ && rm -rf /var/lib/apt/lists/* RUN curl -L http://enclose.io/rubyc/rubyc-linux-x64.gz | gunzip > /usr/local/bin/rubyc \ && chmod +x /usr/local/bin/rubyc RUN gem update --system && gem update bundler ENV CPPFLAGS="-P" ENV RUBYC="/usr/local/bin/rubyc" ENV LANG=C.UTF-8
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
licensed-2.3.1 | docker/Dockerfile.build-linux |
licensed-2.3.0 | docker/Dockerfile.build-linux |
licensed-2.2.0 | docker/Dockerfile.build-linux |
licensed-2.1.0 | docker/Dockerfile.build-linux |