Skip to content

Commit d580c0d

Browse files
committed
Fix the Dockerfile to include citus_columnar.so in the final image.
1 parent feb474a commit d580c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ RUN adduser docker postgres
168168
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
169169

170170
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
171172
COPY --from=build /usr/share/postgresql/${PGVERSION}/extension/citus* /usr/share/postgresql/${PGVERSION}/extension/
172173

173174
COPY --from=build /usr/lib/postgresql/${PGVERSION}/lib/pgautofailover.so /usr/lib/postgresql/${PGVERSION}/lib

0 commit comments

Comments
 (0)