Skip to content

Commit e58099d

Browse files
committed
call the postinstall
1 parent 739958c commit e58099d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile.rocky9

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,8 +935,8 @@ RUN if [ -e "$MIG_ROOT/envhelp/scripts/expand_indexurls.py" ]; then \
935935
"$MIG_ROOT/envhelp/scripts/expand_indexurls.py" --staged; fi
936936

937937
# In a per-feature requirements file future, we will have something generic
938-
# across the features here. For now, perform one-off logic to install the
939-
# migrid UX package we depend upon.
938+
# across the features here. For now, perform one-off logic to arrange for a
939+
# package of migrid UX that we can install; then do so.
940940

941941
USER root
942942
ENV FEATURE_MIGUX="$MIG_ROOT/mig/install/requirements/migux-requirements.txt"
@@ -947,6 +947,9 @@ RUN if [ -e "$FEATURE_MIGUX" ]; then \
947947
fi
948948
USER $USER
949949

950+
RUN if [ -e "$MIG_ROOT/mig/install/postinstall/migux-postinstall" ]; then \
951+
"$MIG_ROOT/mig/install/postinstall/migux-postinstall"; fi
952+
950953
# NOTE: we manually need to enable modern grid_webdavs.py here for now.
951954
# Replace any existing symlink with one to the 3.x script.
952955
RUN rm -f ${MIG_ROOT}/mig/server/grid_webdavs.py ; \

0 commit comments

Comments
 (0)