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 \
openssh-client \
ca-certificates \
debhelper \
git \
curl \
&& apt-get clean && \