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

Update Dockerfile

parent 9a6c7794
Pipeline #123 canceled with stages
FROM debian
RUN apt-get clean && rm -rf /etc/apt/sources.list && apt-get clean
RUN apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean
RUN echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
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
......
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