mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-24 04:28:15 +03:00
bionic
This commit is contained in:
parent
d55bdac3bb
commit
ada0b64541
@ -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
|
RUN apt-get update && apt-get install -y apt-utils gnupg
|
||||||
|
|
||||||
# installing packages
|
# 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 --keyserver keyserver.ubuntu.com --recv 4F4EA0AAE5267A6C && \
|
||||||
gpg --export --armor 4F4EA0AAE5267A6C >> temp.key && \
|
gpg --export --armor 4F4EA0AAE5267A6C >> temp.key && \
|
||||||
apt-key add temp.key && \
|
apt-key add temp.key && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user