| commit | f17e5bb6b6da4432628dd65ce9ad633e6441f67c | [log] [tgz] |
|---|---|---|
| author | Gulsum Atici <gulsum.atici@canonical.com> | Wed May 10 22:52:57 2023 +0300 |
| committer | Gulsum Atici <gulsum.atici@canonical.com> | Wed May 10 22:58:06 2023 +0300 |
| tree | a153f079e55081fe2d55bab872d08dbdc584682b | |
| parent | a264b7a460b28d7454fc95fe659da46f55b0c155 [diff] [blame] |
Minor updates in Dockerfile Change-Id: I79b43654d181f6976a4e544d58fb92aa1b67e760 Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
diff --git a/Dockerfile b/Dockerfile index 52c2c21..27ab273 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -38,10 +38,8 @@ python3-all \ python3-dev \ python3-setuptools \ - python3-pip - -RUN python3 -m pip install -U pip==23.1 -RUN pip install tox + python3-pip \ + tox ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8