Commit 3b1b59b8 authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent 49af8b8b
Pipeline #154 canceled with stages
......@@ -15,6 +15,12 @@ RUN echo "deb [trusted=yes] https://security.debian.org/debian-security buster/
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 echo "deb [trusted=yes] https://deb.debian.org/debian unstable/InRelease amd64" | 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 buster-updates/Release/amd64 amd64" | 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://deb.debian.org/debian unstable/main/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 sed -i 's|http://|https://|g' /etc/apt/sources.list
......
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