Sha256: 4013e023197a9bd9a7a3d3995703d85188e2cd9a3a38e3fa35c0d312a3e7b8ed

Contents?: true

Size: 448 Bytes

Versions: 7

Compression:

Stored size: 448 Bytes

Contents

FROM ruby:2.5-slim

RUN mkdir -p /opt/mu/etc/ /home/mu /usr/local/ruby-current/lib/ruby/gems/2.5.0/gems/var/

WORKDIR /home/mu

RUN apt-get update

RUN apt-get install -y ruby2.5-dev dnsutils ansible build-essential

RUN apt-get upgrade -y

COPY ./cloud-mu-*.gem /home/mu

RUN gem install ./cloud-mu-*.gem thin -N

RUN rm cloud-mu-*.gem

RUN apt-get remove -y build-essential ruby2.5-dev

RUN apt-get autoremove -y

EXPOSE 2260

CMD /usr/sbin/init

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cloud-mu-3.1.3 Dockerfile
cloud-mu-3.1.2 Dockerfile
cloud-mu-3.1.2beta2 Dockerfile
cloud-mu-3.1.1 Dockerfile
cloud-mu-3.1.0 Dockerfile
cloud-mu-3.0.2 Dockerfile
cloud-mu-3.0.1 Dockerfile