Skip to content

Commit

Permalink
Update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejro committed Jul 6, 2022
1 parent 09133be commit 1f710a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y \
bc binfmt-support bzip2 fakeroot gcc gcc-arm-linux-gnueabihf \
git gnupg make parted rsync qemu-user-static wget xz-utils zip \
debootstrap sudo dirmngr bison flex libssl-dev kmod udev cpio
debootstrap sudo dirmngr bison flex libssl-dev kmod udev cpio \
apt-utils

# create user "builder" with sudo privileges
ARG GID
Expand Down

0 comments on commit 1f710a3

Please sign in to comment.