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 ed7593c commit b67744cCopy full SHA for b67744c
Dockerfile
@@ -100,6 +100,7 @@ RUN set -eux ;\
100
wget \
101
git \
102
less \
103
+ nano \
104
gnupg2 `# TODO: not sure why gnupg2 is needed` ;\
105
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - ;\
106
/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