Skip to content

Commit 1b43578

Browse files
committed
packer: add tmux to image
1 parent 02f76e0 commit 1b43578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sudo tar xvzf /tmp/files.tar.gz -C /",
3434
"sudo rm /tmp/files.tar.gz",
3535
"sudo DEBIAN_FRONTEND=noninteractive apt-get update",
36-
"sudo DEBIAN_FRONTEND=noninteractive apt-get install -y pv bc psmisc",
36+
"sudo DEBIAN_FRONTEND=noninteractive apt-get install -y pv bc psmisc tmux",
3737
"sudo rm -rf /etc/ssh/ssh_host* /home/admin/.ssh/authorized_keys /var/lib/cloud/{data,instance,instances,sem}",
3838
"sudo chown root:root /home",
3939
"sudo chown --recursive admin:admin /home/admin",

0 commit comments

Comments
 (0)