[Git][reproducible-builds/diffoscope][master] Use ENTRYPOINT but with the JSON syntax so we pass all arguments along.
Chris Lamb
gitlab at salsa.debian.org
Fri May 24 12:54:57 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
2cb8206c by Chris Lamb at 2019-05-24T12:54:48Z
Use ENTRYPOINT but with the JSON syntax so we pass all arguments along.
- - - - -
1 changed file:
- Dockerfile
Changes:
=====================================
Dockerfile
=====================================
@@ -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"]
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/2cb8206c4b981b7bb8562799b5fcbbe79e428ac7
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/2cb8206c4b981b7bb8562799b5fcbbe79e428ac7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190524/04aef3e9/attachment.html>
More information about the rb-commits
mailing list