We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb474a commit d580c0dCopy full SHA for d580c0d
Dockerfile
@@ -168,6 +168,7 @@ RUN adduser docker postgres
168
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
169
170
COPY --from=build /usr/lib/postgresql/${PGVERSION}/lib/citus.so /usr/lib/postgresql/${PGVERSION}/lib
171
+COPY --from=build /usr/lib/postgresql/${PGVERSION}/lib/citus_columnar.so /usr/lib/postgresql/${PGVERSION}/lib
172
COPY --from=build /usr/share/postgresql/${PGVERSION}/extension/citus* /usr/share/postgresql/${PGVERSION}/extension/
173
174
COPY --from=build /usr/lib/postgresql/${PGVERSION}/lib/pgautofailover.so /usr/lib/postgresql/${PGVERSION}/lib
0 commit comments