Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.9.1" (defproject python/lein-template "1.9.2" :description "lein template for a python project" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" Loading src/leiningen/new/python/Dockerfile.template +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ RUN set -x \ DEPENDS \ && rm -rf /var/lib/apt/lists/* ENV LANG "C.UTF-8" ENV LC_ALL "C.UTF-8" COPY DEB_PKG / RUN ["dpkg", "-i", "DEB_PKG"] CMD ["make", "run", "-C", "/opt/{{name}}"] Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.9.1" (defproject python/lein-template "1.9.2" :description "lein template for a python project" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" Loading
src/leiningen/new/python/Dockerfile.template +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ RUN set -x \ DEPENDS \ && rm -rf /var/lib/apt/lists/* ENV LANG "C.UTF-8" ENV LC_ALL "C.UTF-8" COPY DEB_PKG / RUN ["dpkg", "-i", "DEB_PKG"] CMD ["make", "run", "-C", "/opt/{{name}}"] Loading