[damned-lies/oscp] 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] translate-toolkit is needed outside of the venv
- Date: Fri, 11 Jun 2021 10:10:43 +0000 (UTC)
commit ef104ad5943bf0f1d90618886ed297bcff9da4bc
Author: Andrea Veri <averi redhat com>
Date: Fri Jun 11 12:10:35 2021 +0200
translate-toolkit is needed outside of the venv
httpd/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/httpd/Dockerfile b/httpd/Dockerfile
index 7a384614..785976d3 100644
--- a/httpd/Dockerfile
+++ b/httpd/Dockerfile
@@ -25,6 +25,8 @@ ADD local_settings.py /l10n/damnedlies/damnedlies/local_settings.py
ADD l10n.gnome.org.conf /etc/httpd/conf.d/l10n.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]