remove cache aot

This commit is contained in:
Macleykun
2022-06-12 15:02:55 +02:00
parent 7fe4f52956
commit f3498ebbe1

View File

@@ -9,7 +9,8 @@ RUN apt-get update \
&& apt-get install curl arp-scan -y \
#clean-up
&& apt-get clean autoclean \
&& apt-get autoremove
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
#add the pi user
RUN useradd -ms /bin/bash pi