Commit 8a9fee2b authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent 1f9bbf2f
Pipeline #119 canceled with stages
......@@ -5,7 +5,7 @@ RUN echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sour
RUN echo "deb http://deb.debian.org/debian-debug unstable-debug main" | tee -a /etc/apt/sources.list
RUN echo "deb http://deb.debian.org/debian-ports unstable main" | tee -a /etc/apt/sources.list
RUN apt-get install -y debian-archive-keyring && gpg --keyserver pgp.mit.edu --recv-keys 1F41B907 && gpg --armor --export 1F41B907 | apt-key add -
RUN apt-get install -y pgp debian-archive-keyring && gpg --keyserver pgp.mit.edu --recv-keys 1F41B907 && gpg --armor --export 1F41B907 | apt-key add -
RUN apt-get update && apt-get install -y wget fping gdebi p7zip-full --fix-missing
RUN apt-get install -y libqtgui4 libqt4-network libqt4-xml libqt4-xmlpatterns libqt4-script --fix-missing
......
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