Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN \
gcc-arm-linux-gnueabihf \
wget \
zip \
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install \

No need to do apt-get install again. SImply add the module to the list.

libc6-dev-i386 \
&& DEBIAN_FRONTEND=noninteractive apt-get clean

RUN pip install -q uefi_firmware
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2