summaryrefslogtreecommitdiff
path: root/build/postgres/Dockerfile
blob: 834fa896a086b80e64768b5673051a690ad9d408 (plain)
1
2
3
4
5
6
FROM postgres:16-alpine
RUN apk add --no-cache make git
RUN git clone https://github.com/michelp/pgjwt.git /tmp/pgjwt
WORKDIR /tmp/pgjwt
RUN make install
WORKDIR /