Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created January 26, 2016 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragoonis/9616235b5b4a410f167f to your computer and use it in GitHub Desktop.
Save dragoonis/9616235b5b4a410f167f to your computer and use it in GitHub Desktop.
apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-keys 94558F59
echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list
apt-get install -y ca-certificates nginx=${NGINX_VERSION} nano telnet
wget git libpq-dev libxml2-dev libpng-dev npm nodejs-legacy &&
rm -rf /var/lib/apt/lists/*
error
build 26-Jan-2016 19:48:01 W: GPG error: http://nginx.org jessie Release: The following signatures couldn't
be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment