Sha256: 4046d70f9011a1ae5db26af89f467cf8dd01d6d5b38d827536b735684c7245a6
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
FROM ruby:2.3.1-slim RUN \ echo "Install Debian packages" \ && apt-get update \ && apt-get install -y --no-install-recommends \ make \ curl \ git \ && echo "Clean up" \ && rm -rf /var/lib/apt/lists/* /tmp/* ENV PATH=/var/project/vendor/bin:$PATH \ BUNDLE_PATH="/var/project/vendor/bundle" \ BUNDLE_BIN="/var/project/vendor/bin" \ BUNDLE_APP_CONFIG="/var/project/.bundle" WORKDIR /var/project
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notifications-ruby-client-1.1.1 | docker/Dockerfile |