Fix alpha sort cop error

This commit is contained in:
Ryan W
2021-12-27 15:06:20 -08:00
parent 336fb506f1
commit 2966fd6fdf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
libpq-dev \
postgresql-client \
git \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
WORKDIR /usr/src/app