cleanup at end of dockerfile
This commit is contained in:
parent
2fa0db0e2b
commit
c9fcc6fc98
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue