Skip to content

Commit 3bae862

Browse files
author
Andrej Rosano
committed
Fix u-boot compilation
1 parent 5f1fce7 commit 3bae862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RUN apt-get update && apt-get upgrade -y
44
RUN apt-get install -y \
55
bc binfmt-support bzip2 fakeroot file gcc gcc-arm-linux-gnueabihf \
66
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
7+
debootstrap sudo dirmngr bison flex libssl-dev kmod udev cpio
8+
uuid-dev libgnutls28-dev apt-utils
99

1010
# remove default usere as it can interfere with user's UID
1111
RUN userdel -r ubuntu

0 commit comments

Comments
 (0)