#!/bin/bash

set -eu
set -o pipefail

# Install any packages in this file that may not be in the base cloud
# image but could reasonably be expected

install-packages which tcpdump traceroute lsof
