Skip to content

Commit

Permalink
run apt update before installing apps
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Nov 28, 2024
1 parent 3b9278f commit 27c05ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ stages:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends

modules:
- name: apt-update
type: shell
commands:
- apt-get update

- name: systemd
type: apt
source:
Expand Down

0 comments on commit 27c05ec

Please sign in to comment.