Skip to content

Commit

Permalink
install nano in tools container (#285)
Browse files Browse the repository at this point in the history
tools often need simple editing done inside the tools container for debugging purposes,
and vim is much bigger than nano
  • Loading branch information
nyurik authored May 28, 2020
1 parent ed7593c commit b67744c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ RUN set -eux ;\
wget \
git \
less \
nano \
gnupg2 `# TODO: not sure why gnupg2 is needed` ;\
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - ;\
/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' ;\
Expand Down

0 comments on commit b67744c

Please sign in to comment.