Skip to content

Commit

Permalink
Fix missing libraries as v0.9.3 did not run
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Jan 22, 2021
2 parents 4356b45 + 55fac2c commit a5f5312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ ARG DATA
LABEL maintainer="nolim1t ([email protected])"

RUN apt-get update && apt-get install -y --no-install-recommends git socat inotify-tools python3 python3-pip cargo \
libpq-dev libsodium-dev \
&& rm -rf /var/lib/apt/lists/*


Expand Down

0 comments on commit a5f5312

Please sign in to comment.