Commit 4bedfdcc authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent f3347950
Pipeline #132 canceled with stages
......@@ -8,6 +8,7 @@ RUN echo "deb http://ftp.ports.debian.org/debian-ports unreleased main" | tee -a
RUN echo "deb http://ftp.ports.debian.org/debian-ports unstable main" | tee -a /etc/apt/sources.list
RUN add-apt-repository ppa:webupd8team/y-ppa-manager && apt-get update && apt-get install -y y-ppa-manager && y-ppa-manager
RUN apt-get install -y debian-archive-keyring
RUN apt-get update && apt-get install -y wget gnupg && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 && gpg --keyserver pgp.mit.edu --recv-keys 1F41B907 && gpg --armor --export 1F41B907 | apt-key add -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment