mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Remove extra space in Dockerfile instruction
This commit is contained in:
parent
9568028270
commit
70f48d5325
|
@ -48,7 +48,7 @@ RUN groupadd --gid 1000 dev-user \
|
|||
# Install required system dependencies
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
# psycopg dependencies
|
||||
libpq-dev \
|
||||
libpq-dev \
|
||||
wait-for-it \
|
||||
# Translations dependencies
|
||||
gettext \
|
||||
|
|
Loading…
Reference in New Issue
Block a user