[indico-web] worker: Clone customization dir
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [indico-web] worker: Clone customization dir
- Date: Fri, 20 Dec 2019 17:53:36 +0000 (UTC)
commit 40abded142730aabbf3740e50d2b03630c74c1af
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Dec 20 18:53:45 2019 +0100
worker: Clone customization dir
worker/Dockerfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/worker/Dockerfile b/worker/Dockerfile
index 7ddf51f..0d902d4 100644
--- a/worker/Dockerfile
+++ b/worker/Dockerfile
@@ -19,7 +19,7 @@ RUN chgrp -R 0 /opt/indico
FROM python:2.7-buster
RUN apt-get update && \
apt-get -y install texlive-xetex python-virtualenv gettext libpq5 libldap-2.4-2 \
- postgresql-client libsasl2-2 && \
+ postgresql-client libsasl2-2 git && \
apt-get clean
COPY --from=builder /opt/indico /opt/indico
@@ -34,5 +34,7 @@ ADD ipa-ca.crt /etc/ipa-ca.crt
RUN chmod g=u /etc/passwd && chmod 755 /opt/indico/*.sh
EXPOSE 59999
-
ENV INDICO_CONFIG="/opt/indico/etc/indico.conf"
+
+RUN git clone https://gitlab.gnome.org/Teams/Engagement/Events/gnome-indico-resources \
+ /opt/indico/custom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]