File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM python:3.7.3-slim-stretch
33RUN pip install pip==19.1 pre-commit==1.15.2
44
55ENV POETRY_VERSION=0.12.14
6- RUN apt update && apt install -y curl locales locales-all make
6+ RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make && apt autoremove -y
77RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
88
99ENV PATH="/root/.poetry/bin:${PATH}"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ FROM playpauseandstop/docker-python
1515- [ poetry] ( https://poetry.eustace.io ) 0.12.14
1616- [ pre-commit] ( https://pre-commit.com ) 1.15.2
1717- [ curl] ( https://curl.haxx.se ) 7.52.1
18+ - [ git] ( https://git-scm.com ) 2.11.0
1819- [ locales] ( https://packages.debian.org/stretch/locales ) &
1920 [ locales-all] ( https://packages.debian.org/stretch/locales-all )
2021- [ make] ( https://www.gnu.org/software/make ) 4.1
You can’t perform that action at this time.
0 commit comments