FROM docker.io/cloudflare/sandbox:0.10.1

RUN apt-get update && apt-get install -y --no-install-recommends \
	git \
	curl \
	ca-certificates \
	postgresql-client \
	&& rm -rf /var/lib/apt/lists/*
