diff --git a/dockerfile b/dockerfile index c399f64..45cadf0 100644 --- a/dockerfile +++ b/dockerfile @@ -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