evodocker/gbp/Dockerfile.sid

12 lines
252 B
Docker
Raw Permalink Normal View History

2022-06-28 13:30:04 +02:00
FROM debian:sid-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
debhelper \
dh-exec \
git-buildpackage \
equivs \
devscripts \
&& rm -rf /var/lib/apt/lists/*