Skip to content

Commit a6b6c4e

Browse files
author
qount25
committed
Dockerfile comment: vim and ripgres are for debugging!
1 parent cfa3032 commit a6b6c4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/pgpm/deb/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ MAINTAINER PGPM Debian Maintainer [email protected]
2121
VOLUME /proc
2222
ARG DEBIAN_FRONTEND=noninteractive
2323
RUN apt update
24-
RUN apt install -y build-essential pbuilder fakeroot fakechroot vim ripgrep
24+
RUN apt install -y build-essential pbuilder fakeroot fakechroot
25+
RUN apt install -y vim ripgrep # for ease of debugging
2526
RUN echo 'MIRRORSITE=http://deb.debian.org/debian' > /etc/pbuilderrc
2627
RUN echo 'AUTO_DEBSIGN=${AUTO_DEBSIGN:-no}' > /root/.pbuilderrc
2728
RUN echo 'HOOKDIR=/var/cache/pbuilder/hooks' >> /root/.pbuilderrc

0 commit comments

Comments
 (0)