We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32600e commit b41ab59Copy full SHA for b41ab59
base/debian-10/install.sh
@@ -31,9 +31,11 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
31
apt update
32
33
# 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
+apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl gcc libpython-dev libffi-dev libssl-dev
35
apt-get install -y --no-install-recommends python-pip python-setuptools python-requests python-yaml
36
pip --no-cache-dir install ansible
37
+apt-get remove -y gcc libffi-dev libssl-dev libpython-dev
38
+apt-get autoremove -y
39
40
cd /bin
41
ln -s busybox killall
0 commit comments