Sha256: 7fcb7bbdc03fb618a737396b9967a805f33d79162f27e6156ea3c8ae61f4884d

Contents?: true

Size: 225 Bytes

Versions: 3

Compression:

Stored size: 225 Bytes

Contents

FROM ruby:2.6-slim

RUN \
	echo "Install Debian packages" \
	&& apt-get update \
	&& apt-get install -y --no-install-recommends \
		gcc \
		make \
		curl \
		git \
    gnupg

WORKDIR /var/project

COPY . .
RUN make bootstrap

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
notifications-ruby-client-6.2.0 Dockerfile
notifications-ruby-client-6.0.0 Dockerfile
notifications-ruby-client-5.4.0 Dockerfile