Remove git repo after install
This commit is contained in:
parent
273a605ea0
commit
1059cdf82a
@ -53,6 +53,7 @@ RUN apt-get update \
|
||||
&& SUDO_FORCE_REMOVE=yes apt-get -y purge git build-essential libnspr4-dev libncurses5-dev libncursesw5-dev cvs wget pkgconf libcap2-bin sudo \
|
||||
&& apt-get -y autoremove \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /opt/sbbs/repo \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
# Add PHP
|
||||
|
Loading…
Reference in New Issue
Block a user