Skip to content
Snippets Groups Projects
Dockerfile 586 B
Newer Older
  • Learn to ignore specific revisions
  • FROM registry.lakedrops.com/docker/gitlab-drupal-ci:php-${PHP_VERSION}
    
    jurgenhaas's avatar
    jurgenhaas committed
    
    LABEL com.example.vendor="LakeDrops" \
          maintainer="juergen.haas@lakedrops.com" \
    
          version="1.2.0" \
    
    jurgenhaas's avatar
    jurgenhaas committed
          description="Drupal development environment from LakeDrops."
    
    ENV LAKEDROPS_DEV_ENV 1
    
    ENV LAKEDROPS_DEV_DC_OPTIONS " "
    
    jurgenhaas's avatar
    jurgenhaas committed
    
    
    ADD config.fish /etc/fish/
    
    
    jurgenhaas's avatar
    jurgenhaas committed
    RUN echo "Install dorgflow" && \
        cd /var/opt && \
        git clone https://github.com/joachim-n/dorgflow.git && \
        cd dorgflow && \
        composer install --no-dev && \
        ln -s /var/opt/dorgflow/dorgflow /usr/local/bin/dorgflow