Install git in container
This commit is contained in:
parent
279217bd79
commit
9ab2ff96a5
@ -17,6 +17,8 @@ RUN apk update && \
|
|||||||
&& 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
|
||||||
|
&& apk add git
|
||||||
|
|
||||||
RUN mkdir /code
|
RUN mkdir /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user