<p>Holger Freyther has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12936">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">docker: Add missing gsm-tester dependency and set environment<br><br>Add one more dependency for the osmo-gsm-tester (a separate patch<br>is coming to update the docs) and set a UTF-8 enabled environment<br>so we can have fancy log messages of the osmo-gsm-tester.<br><br>Change-Id: I23c3398ceb394b5fe0f2aeced405caf1d7e86df2<br>---<br>M docker/Dockerfile_osmocom_jenkins.amd64<br>1 file changed, 10 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/36/12936/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>index 73440ae..48536ac 100644</span><br><span>--- a/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>+++ b/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>@@ -49,9 +49,18 @@</span><br><span> RUN DEBIAN_FRONTEND=noninteractive apt-get install -y patchelf</span><br><span> </span><br><span> # Be able to run the osmo-gsm-tester</span><br><span style="color: hsl(0, 100%, 40%);">-RUN DEBIAN_FRONTEND=noninteractive  apt-get install -y dbus tcpdump sqlite3 python3 python3-yaml python3-mako python3-gi ofono python3-pip</span><br><span style="color: hsl(120, 100%, 40%);">+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dbus tcpdump sqlite3 python3 python3-yaml python3-mako python3-gi ofono python3-pip python3-usb</span><br><span> RUN pip3 install git+git://github.com/podshumok/python-smpplib.git</span><br><span> RUN pip3 install pydbus</span><br><span style="color: hsl(120, 100%, 40%);">+RUN pip3 install pysispm</span><br><span> </span><br><span> ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/commit</span><br><span> RUN git clone git://git.osmocom.org/python/osmo-python-tests && cd osmo-python-tests && ./contrib/jenkins.sh</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# Set a UTF-8 locale</span><br><span style="color: hsl(120, 100%, 40%);">+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y locales</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \</span><br><span style="color: hsl(120, 100%, 40%);">+    dpkg-reconfigure --frontend=noninteractive locales && \</span><br><span style="color: hsl(120, 100%, 40%);">+    update-locale LANG=en_US.UTF-8</span><br><span style="color: hsl(120, 100%, 40%);">+ENV LANG en_US.UTF-8</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12936">change 12936</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/12936"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I23c3398ceb394b5fe0f2aeced405caf1d7e86df2 </div>
<div style="display:none"> Gerrit-Change-Number: 12936 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Holger Freyther <holger@freyther.de> </div>