Commit 31513fbd authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent f5b46ce1
Pipeline #141 canceled with stages
......@@ -2,6 +2,9 @@ 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 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
......
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