Add closer to ticket detail view

This commit is contained in:
Dustin Pianalto
2020-04-25 23:39:37 -08:00
parent 8cd2b157d6
commit 5093ba8e2a
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -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