We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa3032 commit a6b6c4eCopy full SHA for a6b6c4e
lib/pgpm/deb/Dockerfile
@@ -21,7 +21,8 @@ MAINTAINER PGPM Debian Maintainer [email protected]
21
VOLUME /proc
22
ARG DEBIAN_FRONTEND=noninteractive
23
RUN apt update
24
-RUN apt install -y build-essential pbuilder fakeroot fakechroot vim ripgrep
+RUN apt install -y build-essential pbuilder fakeroot fakechroot
25
+RUN apt install -y vim ripgrep # for ease of debugging
26
RUN echo 'MIRRORSITE=http://deb.debian.org/debian' > /etc/pbuilderrc
27
RUN echo 'AUTO_DEBSIGN=${AUTO_DEBSIGN:-no}' > /root/.pbuilderrc
28
RUN echo 'HOOKDIR=/var/cache/pbuilder/hooks' >> /root/.pbuilderrc
0 commit comments