Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ RUN echo deb http://deb.debian.org/debian experimental main >> /etc/apt/sources. RUN apt-get update && apt-get dist-upgrade --yes RUN apt-get install --yes --install-recommends --target-release=experimental diffoscope || apt-get install --yes --install-recommends diffoscope CMD /usr/bin/diffoscope ENTRYPOINT ["/usr/bin/diffoscope"] Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ RUN echo deb http://deb.debian.org/debian experimental main >> /etc/apt/sources. RUN apt-get update && apt-get dist-upgrade --yes RUN apt-get install --yes --install-recommends --target-release=experimental diffoscope || apt-get install --yes --install-recommends diffoscope CMD /usr/bin/diffoscope ENTRYPOINT ["/usr/bin/diffoscope"]