#!/bin/bash -e

export DEBIAN_FRONTEND=noninteractive

apt-get update
apt-get install -y "$@"

rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
