@@ -292,8 +292,8 @@ jobs:
292292 name : ${{ needs.services-adgs-whl.outputs.package_name }}
293293 path : ./build_context_path
294294
295- - name : Copy layer-cleanup.sh script
296- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
295+ - name : Copy Dockerfile requirements
296+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
297297 shell : bash
298298
299299 - name : Copy debug mode dependencies
@@ -339,8 +339,8 @@ jobs:
339339 name : ${{ needs.services-prip-whl.outputs.package_name }}
340340 path : ./build_context_path
341341
342- - name : Copy layer-cleanup.sh script
343- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
342+ - name : Copy Dockerfile requirements
343+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
344344 shell : bash
345345
346346 - name : Copy debug mode dependencies
@@ -386,8 +386,8 @@ jobs:
386386 name : ${{ needs.services-cadip-whl.outputs.package_name }}
387387 path : ./build_context_path
388388
389- - name : Copy layer-cleanup.sh script
390- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
389+ - name : Copy Dockerfile requirements
390+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
391391 shell : bash
392392
393393 - name : Copy debug mode dependencies
@@ -432,8 +432,8 @@ jobs:
432432 name : ${{ needs.services-catalog-whl.outputs.package_name }}
433433 path : ./build_context_path
434434
435- - name : Copy layer-cleanup.sh script
436- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
435+ - name : Copy Dockerfile requirements
436+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
437437 shell : bash
438438
439439 - name : Copy debug mode dependencies
@@ -478,8 +478,8 @@ jobs:
478478 run : cp ./services/frontend/.github/entrypoint_frontend.sh ./build_context_path
479479 shell : bash
480480
481- - name : Copy layer-cleanup.sh script
482- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
481+ - name : Copy Dockerfile requirements
482+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
483483 shell : bash
484484
485485 - name : Copy debug mode dependencies
@@ -525,8 +525,8 @@ jobs:
525525 name : ${{ needs.services-staging-whl.outputs.package_name }}
526526 path : ./build_context_path
527527
528- - name : Copy layer-cleanup.sh script
529- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
528+ - name : Copy Dockerfile requirements
529+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
530530 shell : bash
531531
532532 - name : Copy debug mode dependencies
@@ -572,8 +572,8 @@ jobs:
572572 name : ${{ needs.services-staging-whl.outputs.package_name }}
573573 path : ./build_context_path
574574
575- - name : Copy layer-cleanup.sh script
576- run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh
575+ - name : Copy Dockerfile requirements
576+ run : cp -t ./build_context_path ./.github/scripts/layer-cleanup.sh ./.github/scripts/restore-apt.sh
577577 shell : bash
578578
579579 - id : publish-docker
0 commit comments