Skip to content

Commit b67744c

Browse files
authored
install nano in tools container (#285)
tools often need simple editing done inside the tools container for debugging purposes, and vim is much bigger than nano
1 parent ed7593c commit b67744c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ RUN set -eux ;\
100100
wget \
101101
git \
102102
less \
103+
nano \
103104
gnupg2 `# TODO: not sure why gnupg2 is needed` ;\
104105
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - ;\
105106
/bin/bash -c 'source /etc/os-release && echo "deb http://apt.postgresql.org/pub/repos/apt/ ${VERSION_CODENAME:?}-pgdg main ${PG_MAJOR:?}" > /etc/apt/sources.list.d/pgdg.list' ;\

0 commit comments

Comments
 (0)