diff --git a/Dockerfile b/Dockerfile index 347aa36..547eda8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,3 +25,7 @@ RUN pipenv install RUN mkdir -p /etc/service/strpcd && \ mv /var/app/strpcd.run /etc/service/strpcd/run && \ chmod +x /etc/service/strpcd/run + +RUN apt -y autoremove && \ + apt-get clean && \ + rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*