Commit ff57df10 authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent abbaf83f
Pipeline #152 canceled with stages
FROM debian
RUN apt-get clean && rm -rf /etc/apt/sources.list && apt-get clean
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian buster-updates Release" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian buster-updates/Release amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable InRelease" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable/InRelease" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian buster Release" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian buster-updates Release" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://security.debian.org/debian-security buster/updates Release" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://security.debian.org/debian-security buster/updates/Release amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable/main amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable/InRelease all" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian buster/Release amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://security.debian.org/debian-security buster/updates/Release/amd64 amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable/InRelease/all amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian buster/Release/amd64 amd64" | tee -a /etc/apt/sources.list
RUN echo "deb [trusted=yes] https://deb.debian.org/debian unstable/main/amd64 amd64" | tee -a /etc/apt/sources.list
RUN sed -i 's|http://|\[trusted=yes\] https://|g' /etc/apt/sources.list
RUN sed -i 's|http://|https://|g' /etc/apt/sources.list
RUN apt-get update && apt-get install -y ca-certificates && apt-get install -y wget gnupg 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