We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1fce7 commit 3bae862Copy full SHA for 3bae862
Dockerfile
@@ -4,8 +4,8 @@ RUN apt-get update && apt-get upgrade -y
4
RUN apt-get install -y \
5
bc binfmt-support bzip2 fakeroot file gcc gcc-arm-linux-gnueabihf \
6
git gnupg make parted rsync qemu-user-static wget xz-utils zip \
7
- debootstrap sudo dirmngr bison flex libssl-dev kmod udev cpio \
8
- apt-utils
+ debootstrap sudo dirmngr bison flex libssl-dev kmod udev cpio
+ uuid-dev libgnutls28-dev apt-utils
9
10
# remove default usere as it can interfere with user's UID
11
RUN userdel -r ubuntu
0 commit comments