Add libpq library to Dockerfile for Diesel
This commit is contained in:
parent
62c53fc69b
commit
ca3ffe6d22
@ -10,7 +10,8 @@ RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
npm \
|
||||
musl-tools; \
|
||||
musl-tools \
|
||||
libpq5; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN npm install tailwindcss -g
|
||||
|
Loading…
x
Reference in New Issue
Block a user