add missing lib

This commit is contained in:
array-in-a-matrix 2024-08-01 21:47:38 -04:00
parent b3408fb804
commit 97c77d7bd7

View file

@ -4,6 +4,7 @@ WORKDIR /src
COPY . /src
RUN apt-get -y update && apt-get -y upgrade && apt-get -y autoremove
RUN apt-get -y install libpq5
RUN nimble -y install jester norm checksums
RUN nimble build -d:release