Walter Mantovani
commited on
Commit
·
de34c35
1
Parent(s):
fa4d114
FIX
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
RUN apt-get update
|
14 |
-
RUN apt-get install sqlite3 locales
|
15 |
|
16 |
RUN export LC_ALL="it_IT.UTF-8"
|
17 |
RUN export LC_TIME="it_IT.UTF-8"
|
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
RUN apt-get update
|
14 |
+
RUN apt-get install -y --no-install-recommends sqlite3 locales
|
15 |
|
16 |
RUN export LC_ALL="it_IT.UTF-8"
|
17 |
RUN export LC_TIME="it_IT.UTF-8"
|