Skip to content

Commit d5339a3

Browse files
committed
fix: istall usr-is-merged before dist-upgrade because init-system-helpers depends on it
1 parent 339efc7 commit d5339a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ucs-base/usr-merge.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ RUN echo "deb-src ${APT_REPOSITORY} ucs${UCS_VERSION} main" >> /work/etc/apt/sou
9090
echo "deb-src ${APT_REPOSITORY} errata${UCS_VERSION} main" >> /work/etc/apt/sources.list.d/errata.list
9191

9292
RUN chroot /work apt-get -qq update
93-
RUN chroot /work apt-get -q --assume-yes dist-upgrade
9493
RUN chroot /work apt-get -qq install \
9594
usr-is-merged \
9695
tini
96+
RUN chroot /work apt-get -q --assume-yes dist-upgrade
9797
RUN rm -rf /work/var/lib/apt/lists/* /work/var/cache/apt/archives
9898
RUN find /work/var '(' -name '*.deb' -o -name '*.log' -o -name '*.log.?z' -o -name '*-old' ')' -delete
9999

0 commit comments

Comments
 (0)