add debhelper

This commit is contained in:
Michael Grote 2023-06-28 14:29:50 +02:00
parent 2834d1bf64
commit dcda40f80d

View file

@ -10,6 +10,7 @@ RUN apt-get update && \
rsync \ rsync \
openssh-client \ openssh-client \
ca-certificates \ ca-certificates \
debhelper \
git \ git \
curl \ curl \
&& apt-get clean && \ && apt-get clean && \