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 /