Skip to content

Commit 74bb114

Browse files
feature: Add locales & locales-all to the image.
1 parent 8cf835d commit 74bb114

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.7.3-slim-stretch
33
RUN pip install pip==19.1 pre-commit==1.15.2
44

55
ENV POETRY_VERSION=0.12.14
6-
RUN apt update && apt install -y curl make
6+
RUN apt update && apt install -y curl locales locales-all make
77
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
88

99
ENV PATH="/root/.poetry/bin:${PATH}"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ FROM playpauseandstop/docker-python
1414
- [pip](https://pip.pypa.io) 19.1
1515
- [poetry](https://poetry.eustace.io) 0.12.14
1616
- [pre-commit](https://pre-commit.com) 1.15.2
17-
- [make](https://www.gnu.org/software/make)
17+
- [curl](https://curl.haxx.se) 7.52.1
18+
- [locales](https://packages.debian.org/stretch/locales) &
19+
[locales-all](https://packages.debian.org/stretch/locales-all)
20+
- [make](https://www.gnu.org/software/make) 4.1
1821

1922
## Development
2023

0 commit comments

Comments
 (0)