Install git in container
This commit is contained in:
@@ -17,6 +17,8 @@ RUN apk update && \
|
||||
&& apk add gettext \
|
||||
# https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
|
||||
&& apk add postgresql-client
|
||||
# Install git
|
||||
&& apk add git
|
||||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
|
||||
Reference in New Issue
Block a user