Skip to content
Snippets Groups Projects
Commit cb3a9ca4 authored by ale's avatar ale
Browse files

Install python-apt in the base image

parent f42935fc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ SSH_KEY="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+
# Also set up a 'vagrant' user for easy Vagrant compatibility.
chroot $TARGET apt-get install -y \
openssh-server sudo ca-certificates python
openssh-server sudo ca-certificates python python-apt
mkdir -p $TARGET/root/.ssh
echo "$SSH_KEY" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment