Page MenuHomeDevCentral

Add standard Git support to nasqueron/nginx-php-fpm image
Closed, ResolvedPublic

Description

Images built on the top of nasqueron/nginx-php-fpm to offer a specific application seems currently to work like this:

RUN cd /opt && git clone <application repository> && ...

We can so avoid this step only for one package if we include Git directly in the image:

RUN apt-get update && apt-get install -y \
            git \
            --no-install-recommends && rm -r /var/lib/apt/lists/*

Revisions and Commits

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to High.
dereckson updated the task description. (Show Details)
dereckson moved this task from Backlog to Working on on the Nasqueron Docker deployment squad board.
dereckson added a subscriber: dereckson.