Add closer to ticket detail view
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ RUN apk update && \
|
||||
# https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
|
||||
&& apk add postgresql-client \
|
||||
# Install git
|
||||
&& apk add git openssh-client
|
||||
&& apk add git openssh-client \
|
||||
&& apk add ghc
|
||||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
|
||||
Reference in New Issue
Block a user