FROM debian:sid RUN apt-get update RUN apt-get install -y git emacs RUN git clone --depth 1 --branch 0.4 https://github.com/toshism/org-super-links.git org-super-links-04 RUN git clone --depth 1 --branch fix-time-format https://github.com/akirak/org-super-links.git org-super-links-fix ADD org-sl-test-04.el . ADD org-sl-test-fix.el . CMD ["bash"]