Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "2.0.1" (defproject python/lein-template "2.0.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 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ RUN set -x \ && apt-get update -qq \ && apt-get install -qq -y --no-install-recommends --no-install-suggests \ DEPENDS \ && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/* \ && python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple -U --user pip ENV LANG "C.UTF-8" ENV LC_ALL "C.UTF-8" Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "2.0.1" (defproject python/lein-template "2.0.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 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ RUN set -x \ && apt-get update -qq \ && apt-get install -qq -y --no-install-recommends --no-install-suggests \ DEPENDS \ && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/* \ && python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple -U --user pip ENV LANG "C.UTF-8" ENV LC_ALL "C.UTF-8" Loading