diff --git a/Dockerfile b/Dockerfile index e8f70ad..02de11b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ RUN \ gcc-arm-linux-gnueabihf \ wget \ zip \ + && DEBIAN_FRONTEND=noninteractive apt-get -qqy install \ + libc6-dev-i386 \ && DEBIAN_FRONTEND=noninteractive apt-get clean RUN pip install -q uefi_firmware diff --git a/VERSION b/VERSION index 6085e94..23aa839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.2.2