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
&& apk add gettext \
# https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
&& apk add postgresql-client
&& apk add postgresql-client \
# Install git
&& apk add git