mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-17 09:22:17 +01:00
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user