aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-jenkins
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-12 09:49:38 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-13 15:55:52 +0100
commitf92edcc32fd65a4515b3df72561d6513d6374191 (patch)
tree79678188461e373eaf1a0fff4992a91c5937106c /debian-stretch-jenkins
parentb68cfd7fa9b5a24ff779dc2dd4c96ca0dc61d45d (diff)
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
Diffstat (limited to 'debian-stretch-jenkins')
-rw-r--r--debian-stretch-jenkins/Dockerfile4
1 files changed, 4 insertions, 0 deletions
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 && \