Remove git repo after install

This commit is contained in:
Deon George 2020-09-10 11:30:09 +10:00
parent abb660f380
commit a03bf979a8

View File

@ -45,6 +45,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