Skip to content

Commit b41ab59

Browse files
author
Nelson Wang
committed
Removing unnecessary dependencies after ansible installation in debian 10
1 parent a32600e commit b41ab59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base/debian-10/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
3131
apt update
3232

3333
# put back tools for customer support
34-
apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl gcc libssl-dev libffi-dev python2-dev
34+
apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl gcc libpython-dev libffi-dev libssl-dev
3535
apt-get install -y --no-install-recommends python-pip python-setuptools python-requests python-yaml
3636
pip --no-cache-dir install ansible
37+
apt-get remove -y gcc libffi-dev libssl-dev libpython-dev
38+
apt-get autoremove -y
3739

3840
cd /bin
3941
ln -s busybox killall

0 commit comments

Comments
 (0)