Sha256: 21d7902f24f2a7b280128bae92a057a3f5d8de02821f00f2b644f55bac8388c0

Contents?: true

Size: 353 Bytes

Versions: 1

Compression:

Stored size: 353 Bytes

Contents

FROM ruby:2.5

WORKDIR .

ENV http_proxy "http://wwwproxy.se.axis.com:3128/"
ENV NO_PROXY "localhost,127.0.0.1,se.axis.com"
ENV HTTPS_PROXY "http://wwwproxy.se.axis.com:3128/"
ENV HTTP_PROXY "http://wwwproxy.se.axis.com:3128/"

RUN ["apt-get", "update"]
RUN ["apt-get", "install", "-y", "sqlite3"]

RUN ["gem", "install", "bundler"]

CMD ["/bin/bash"]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sandthorn_driver_event_store-0.1.0 Dockerfile