Skip to content
Snippets Groups Projects
Commit 409feaea authored by jurgenhaas's avatar jurgenhaas
Browse files

Add dorgflow

parent 3719eaca
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,14 @@ FROM registry.lakedrops.com/docker/gitlab-drupal-ci:php-$PHP_VERSION
LABEL com.example.vendor="LakeDrops" \
maintainer="juergen.haas@lakedrops.com" \
version="1.0.0" \
version="1.1.0" \
description="Drupal development environment from LakeDrops."
ENV LAKEDROPS_DEV_ENV 1
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment