diff --git a/Containerfile b/Containerfile index 6bbcd78..78d6b47 100644 --- a/Containerfile +++ b/Containerfile @@ -4,8 +4,11 @@ RUN apt update \ && apt install -y \ --no-install-recommends \ dpkg-dev \ - make \ devscripts \ + debhelper \ + make \ + git \ + curl \ && apt clean \ && rm -rf /var/lib/apt/lists/*