Skip to content

Commit

Permalink
added --no-install-recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 20, 2023
1 parent aa445fc commit 17106fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 🔽 Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y coreutils quilt parted qemu-utils qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc
sudo apt-get -y install --no-install-recommends coreutils quilt parted qemu-utils qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc
# build image
- name: 🚧 Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ install -m 644 files/hostapd "${ROOTFS_DIR}/etc/default/hostapd"
#EOF

echo '>>> Install unzip because somehow it is missing in pi-gen since Raspberry OS'
apt-get -y update && apt-get -y install zip unzip
apt-get -y update && apt-get -y install --no-install-recommends zip unzip

STABLE=0

Expand Down

0 comments on commit 17106fe

Please sign in to comment.