diff --git a/Dockerfile b/Dockerfile index 7e42b62d3..94a2b141d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,8 @@ ENV PATH=/opt/exabgp/bin:$PATH # install deps RUN apt-get update \ && apt-get install -y iproute2 dumb-init \ - && apt-get clean + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* # Add ExaBGP RUN useradd -r exa \