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 && \
|
||||||
make install && \
|
make install && \
|
||||||
# cleanup
|
# 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 && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /tmp/* && \
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /tmp/* && \
|
||||||
cd && \
|
cd && \
|
||||||
|
|||||||
Reference in New Issue
Block a user