Skip to content

Commit

Permalink
[docker-images] base-image: install adduser
Browse files Browse the repository at this point in the history
See commit 0253e9f.

Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed May 12, 2024
1 parent 4965d1b commit d0d8e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build_base_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ${tmpdir}/debootstrap/debootstrap \
--arch="${ARCH}" \
--components=main \
--variant=minbase \
--include=droidian-archive-keyring,ca-certificates,droidian-release-snapshot-control \
--include=droidian-archive-keyring,ca-certificates,droidian-release-snapshot-control,adduser \
--keyring=keyrings/all/droidian.gpg \
rolling \
base-${ARCH}-${FLAVOUR} \
Expand Down Expand Up @@ -72,4 +72,5 @@ apt-get clean
[ -z "${QEMU_STATIC_EXECUTABLE}" ] || rm -f base-${ARCH}-${FLAVOUR}/${QEMU_STATIC_EXECUTABLE}

tar caf base-${ARCH}-${FLAVOUR}.tar -C base-${ARCH}-${FLAVOUR} .
exit 1
rm -rf base-${ARCH}-${FLAVOUR}

0 comments on commit d0d8e0b

Please sign in to comment.