Remove git repo after install

This commit is contained in:
Deon George 2020-09-10 11:30:09 +10:00
parent 273a605ea0
commit 1059cdf82a

View File

@ -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