[damned-lies/oscp-testing] translate-toolkit is needed outside of the venv
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp-testing] translate-toolkit is needed outside of the venv
- Date: Fri, 11 Jun 2021 10:10:18 +0000 (UTC)
commit 8f3a9b26e692aa766f3ad2a656cfd966002f7284
Author: Andrea Veri <averi redhat com>
Date: Fri Jun 11 12:10:08 2021 +0200
translate-toolkit is needed outside of the venv
Dockerfile | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index ff2c0c03..ad418db3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,8 @@ ADD local_settings.py /l10n/damnedlies/damnedlies/local_settings.py
ADD l10n-testing.openshift.gnome.org.conf /etc/httpd/conf.d/l10n-testing.openshift.gnome.org.conf
RUN chown -R l10n:l10n /l10n
+RUN pip3 install translate-toolkit
+
USER l10n
WORKDIR /l10n/damnedlies
RUN python3.9 -m venv /l10n/venv && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]