From f92edcc32fd65a4515b3df72561d6513d6374191 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 12 Jan 2021 09:49:38 +0100 Subject: debian-stretch-jenkins,fpga-build: add gsm-manuals Prepare to remove 'build-deps.sh osmo-gsm-manuals' calls from all projects. Related: OS#4912 Change-Id: Id402e0ea372b5ca8a6c8f6f5beb190544c888207 --- debian-stretch-jenkins/Dockerfile | 4 ++++ fpga-build/Dockerfile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile index 1f87445..54c72ed 100644 --- a/debian-stretch-jenkins/Dockerfile +++ b/debian-stretch-jenkins/Dockerfile @@ -156,6 +156,10 @@ RUN git clone https://git.osmocom.org/osmo-ci osmo-ci && \ -type f ) \ /usr/local/bin +# Install osmo-gsm-manuals to /opt/osmo-gsm-manuals +ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit +RUN git -C /opt clone https://git.osmocom.org/osmo-gsm-manuals + # Set a UTF-8 locale RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure --frontend=noninteractive locales && \ diff --git a/fpga-build/Dockerfile b/fpga-build/Dockerfile index 9a81c96..a46641c 100644 --- a/fpga-build/Dockerfile +++ b/fpga-build/Dockerfile @@ -49,3 +49,7 @@ RUN git clone https://git.osmocom.org/osmo-ci osmo-ci && \ -maxdepth 1 \ -type f ) \ /usr/local/bin + +# Install osmo-gsm-manuals to /opt/osmo-gsm-manuals +ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit +RUN git -C /opt clone https://git.osmocom.org/osmo-gsm-manuals -- cgit v1.2.3