Skip to content

Commit

Permalink
dist sort x3
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 30, 2024
1 parent b095b3d commit ef31fc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# exit 0;

# HEADLESS
COPY --from=rootfs /rootfs/res_ubt_share /
COPY --from=rootfs /rootfs/files1 /
COPY --from=rootfs /rootfs/files2 /
COPY --from=rootfs /rootfs/res_ubt_share /
RUN \
bash /xconf.sh core; bash /xconf.sh app; \
exit 0;
Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apt-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# 拆分包体与配置项两块,免频繁变动基础包
# HEADLESS
COPY --from=rootfs /rootfs/res_ubt_share /
COPY --from=rootfs /rootfs/files1 /
COPY --from=rootfs /rootfs/files2 /
COPY --from=rootfs /rootfs/res_ubt_share /
RUN \
bash /xconf.sh core; bash /xconf.sh app; \
exit 0;
Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\


# HEADLESS
COPY --from=rootfs /rootfs/res_ubt_share /
COPY --from=rootfs /rootfs/files1 /
COPY --from=rootfs /rootfs/files2 /
COPY --from=rootfs /rootfs/res_ubt_share /
RUN \
bash /xconf.sh core; bash /xconf.sh app; \
exit 0;
Expand Down

0 comments on commit ef31fc3

Please sign in to comment.