fix debootstrap

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-03 20:21:15 -05:00
parent 8efd2f8d68
commit 03d4cfa635
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -2,7 +2,10 @@ FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
debootstrap \
git \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*