You've already forked docker-bitlbee
remove git package after installation
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user