Sha256: dc97c104dfdc6f4d73f28340c6c311acd75a1369695edd2acc98e8467654b9fb

Contents?: true

Size: 615 Bytes

Versions: 3

Compression:

Stored size: 615 Bytes

Contents

FROM ubuntu:$DyndocRubyUbuntu$
MAINTAINER "Cqls Team"

RUN groupadd -r ubuntu && useradd -r -g ubuntu ubuntu

RUN apt-get update && \
      apt-get -y install sudo

RUN apt-get install -y curl wget locales

RUN locale-gen fr_FR.UTF-8  
ENV LANG fr_FR.UTF-8  
ENV LANGUAGE fr_FR:fr  
ENV LC_ALL fr_FR.UTF-8

RUN bash -c "$(curl -fs https://cqls.dyndoc.fr/users/RCqls/Dyndoc/install/install-ubuntu16.sh)"

EXPOSE 9294

WORKDIR /home/ubuntu

VOLUME ["/home/ubuntu/bin"]

RUN chown -R ubuntu:ubuntu /home/ubuntu

USER ubuntu

RUN dyn-init

RUN dpm install rcqls/DyndocWebTools.dyn
RUN dpm link rcqls/DyndocWebTools.dyn

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dyndoc-ruby-1.3.9 share/dyn-site/docker/files/Dockerfile-dyndoc
dyndoc-ruby-1.3.6 share/dyn-site/docker/files/Dockerfile-dyndoc
dyndoc-ruby-1.3.4 share/dyn-site/docker/files/Dockerfile-dyndoc