[damned-lies/oscp] Defining the LANG env should be enough
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Defining the LANG env should be enough
- Date: Mon, 16 Sep 2019 10:39:51 +0000 (UTC)
commit 314e094b8ae33be7b97e602f4c9deb9c04726a28
Author: Andrea Veri <averi redhat com>
Date: Mon Sep 16 12:39:52 2019 +0200
Defining the LANG env should be enough
Dockerfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 5984ed50..8191dc54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,8 +32,7 @@ USER l10n
SHELL ["/usr/bin/scl", "enable", "rh-python36"]
WORKDIR /l10n/damnedlies
RUN virtualenv /l10n/venv && \
- /l10n/venv/bin/pip install -r requirements.txt && \
- localedef -c -f UTF-8 -i en_US en_US.UTF-8
+ /l10n/venv/bin/pip install -r requirements.txt
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]