diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index bc85ef5..f7fa29c 100644 --- a/ubuntu-distro/Dockerfile +++ b/ubuntu-distro/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE_DISTRO LABEL org.opencontainers.image.source https://github.com/cshilwant/docker-images/ubuntu RUN export DEBIAN_FRONTEND=noninteractive; apt-get update RUN export DEBIAN_FRONTEND=noninteractive; \ - apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget nano device-tree-compiler python3-dev && \ + apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget device-tree-compiler python3-dev && \ pip3 install jsonschema pyelftools PyYAML && \ rm -rf /var/lib/apt/lists/*