[Git][reproducible-builds/diffoscope][master] Dockerfile: Use CMD over ENTRYPOINT so that users can actually specify arguments.
Chris Lamb
gitlab at salsa.debian.org
Fri May 17 12:49:50 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
8f67fcb3 by Chris Lamb at 2019-05-17T12:49:18Z
Dockerfile: Use CMD over ENTRYPOINT so that users can actually specify arguments.
- - - - -
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
-ENTRYPOINT /usr/bin/diffoscope
+CMD /usr/bin/diffoscope
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/8f67fcb3887eceba2b96cdb83943cb69318832b4
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/8f67fcb3887eceba2b96cdb83943cb69318832b4
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/20190517/f44ea3d2/attachment.html>
More information about the rb-commits
mailing list