diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index c410114..bc85ef5 100644 --- a/ubuntu-distro/Dockerfile +++ b/ubuntu-distro/Dockerfile @@ -4,5 +4,6 @@ LABEL org.opencontainers.image.source https://github.com/cshilwant/docker-images 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 && \ - pip3 install jsonschema pyelftools PyYAML + pip3 install jsonschema pyelftools PyYAML && \ + rm -rf /var/lib/apt/lists/*