remove git package after installation

This commit is contained in:
Björn Stierand
2018-08-24 08:48:02 +02:00
parent 29a6efbc5e
commit 419d3e9528

View File

@@ -50,7 +50,7 @@ cd bitlbee-mastodon && \
make && \
make install && \
# cleanup
apt-get autoremove -y --purge autoconf automake gcc libtool make dpkg-dev mercurial && \
apt-get autoremove -y --purge autoconf automake gcc libtool make dpkg-dev mercurial git && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /tmp/* && \
cd && \