This commit is contained in:
STAM 2019-01-06 04:00:23 +03:00 committed by GitHub
parent d55bdac3bb
commit ada0b64541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-get update && apt-get install -y apt-utils gnupg
# installing packages
RUN echo "deb http://ppa.launchpad.net/ondrej/nginx-mainline/ubuntu cosmic main" >> /etc/apt/sources.list && \
RUN echo "deb http://ppa.launchpad.net/ondrej/nginx-mainline/ubuntu bionic main" >> /etc/apt/sources.list && \
gpg --keyserver keyserver.ubuntu.com --recv 4F4EA0AAE5267A6C && \
gpg --export --armor 4F4EA0AAE5267A6C >> temp.key && \
apt-key add temp.key && \