mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
add missing lib
This commit is contained in:
parent
b3408fb804
commit
97c77d7bd7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue