@@ -292,13 +292,13 @@ 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
300300 if : ${{ needs.set-env.outputs.debug_mode }} == true
301- run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh ./.github/scripts/restore-apt.sh
301+ run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
302302 shell : bash
303303
304304 - id : publish-docker
@@ -339,13 +339,13 @@ 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
347347 if : ${{ needs.set-env.outputs.debug_mode }} == true
348- run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh ./.github/scripts/restore-apt.sh
348+ run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
349349 shell : bash
350350
351351 - id : publish-docker
@@ -386,13 +386,13 @@ 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
394394 if : ${{ needs.set-env.outputs.debug_mode }} == true
395- run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh ./.github/scripts/restore-apt.sh
395+ run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
396396 shell : bash
397397
398398 - id : publish-docker
@@ -432,13 +432,13 @@ 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
440440 if : ${{ needs.set-env.outputs.debug_mode }} == true
441- run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh ./.github/scripts/restore-apt.sh
441+ run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
442442 shell : bash
443443
444444 - id : publish-docker
@@ -478,13 +478,13 @@ 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
486486 if : ${{ needs.set-env.outputs.debug_mode }} == true
487- run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh ./.github/scripts/restore-apt.sh
487+ run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
488488 shell : bash
489489
490490 - id : publish-docker
@@ -525,13 +525,13 @@ 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
533533 if : ${{ needs.set-env.outputs.debug_mode }} == true
534- run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh ./.github/scripts/restore-apt.sh
534+ run : cp -t ./build_context_path ./.github/scripts/git_debug_image.sh
535535 shell : bash
536536
537537 - id : publish-docker
@@ -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