From 4529e1f5c7cac08da0e92a99c89248add5a7ae4d Mon Sep 17 00:00:00 2001 From: Stuart Johnson Date: Wed, 7 Feb 2024 14:42:56 +0000 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe1a35b..7aec638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update \ ca-certificates --no-install-recommends #Requied for duo-buildroot-sdk -RUN install -y ninja-build automake autoconf wget curl gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect +RUN apt install -y ninja-build automake autoconf wget curl gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect RUN update-ca-certificates