Create a gist now

Instantly share code, notes, and snippets.

@dragoonis /test.sh Secret
Created Jan 26, 2016

What would you like to do?
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