Commit 149d75a9 authored by bitsoko services's avatar bitsoko services 👷🏿

Update Dockerfile

parent 7f1b0bfc
Pipeline #150 canceled with stages
......@@ -2,9 +2,8 @@ FROM debian
RUN apt-get clean && rm -rf /etc/apt/sources.list && apt-get clean
RUN sed -i 's|http://|https://|g' /etc/apt/sources.list
RUN sed -i 's|http://|[trusted=yes] https://|g' /etc/apt/sources.list
RUN sed -i 's|https://|[trusted=yes] 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
RUN apt-get install -y lib32z1 lib32ncurses5 lib32stdc++6 --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