Commit e941df9b authored by Yuanle Song's avatar Yuanle Song
Browse files

v2.0.2 in runtime image, install latest pip.

otherwise, some wheel may not install.
parent aaf02e4e
Loading
Loading
Loading
Loading
+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"
+2 −1
Original line number Diff line number Diff line
@@ -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"