Sha256: 1a378b631d55cd61fbf216fd079f0261d038a7cc63df82915348eca80b4a8dd0

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 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 df -h

RUN apt-get update

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

RUN apt-get upgrade -y

RUN df -h

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

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

RUN df -h

RUN ls -la

#RUN rm --verbose -f 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

2 entries across 2 versions & 1 rubygems

Version Path
cloud-mu-3.1.5 Dockerfile
cloud-mu-3.1.4 Dockerfile