You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,10 +90,6 @@ RUN ln -s /nix/var/nix/profiles/default/share/postgresql/* /usr/lib/postgresql/s
90
90
RUN ln -s /nix/var/nix/profiles/default/share/postgresql/* /usr/share/postgresql/
91
91
RUN chown -R postgres:postgres /usr/lib/postgresql/share/postgresql/
92
92
RUN chown -R postgres:postgres /usr/share/postgresql/
93
-
# Create symbolic links for contrib directory
94
-
RUN mkdir -p /usr/lib/postgresql/share/postgresql/contrib \
95
-
&& find /nix/var/nix/profiles/default/share/postgresql/contrib/ -mindepth 1 -type d -exec sh -c 'for dir do ln -s "$dir" "/usr/lib/postgresql/share/postgresql/contrib/$(basename "$dir")"; done' sh {} + \
0 commit comments