Add slash on apk add for newline

This commit is contained in:
Dustin Pianalto 2019-12-23 23:22:42 -09:00
parent 9ab2ff96a5
commit 8a3df5e399

View File

@ -16,7 +16,7 @@ RUN apk update && \
# Translations dependencies # Translations dependencies
&& apk add gettext \ && apk add gettext \
# https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell # https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
&& apk add postgresql-client && apk add postgresql-client \
# Install git # Install git
&& apk add git && apk add git