Add git to installed packages in Docker image

This commit is contained in:
madmaurice 2020-08-16 13:14:31 +02:00 committed by Hive
parent 0e83ec2edf
commit 0d0a65a5e4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN useradd migrate
RUN mkdir -p /var/data/db && chown -R migrate /var/data
RUN apt-get update && apt-get install --yes --no-install-recommends nginx supervisor
RUN apt-get update && apt-get install --yes --no-install-recommends nginx supervisor git
RUN pip install gunicorn
COPY requirements.txt ./