#!/bin/bash

# Likely a no-op if you're using a version of the container built by Cetacea,
# but in case you aren't, install the stuff you'll need.

yum install -y python36-devel
pip3 install --upgrade pip awscli
