]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix locale warning in teuthology image dc-locale-fix
authorZack Cerza <zack@redhat.com>
Fri, 22 Jul 2022 17:11:46 +0000 (11:11 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 22 Jul 2022 17:11:46 +0000 (11:11 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/teuthology/Dockerfile

index 5587489d17ef9cc62f87bc8524e542ba0280d321..263317ae1d4b8333e0b6a20621cef09b50eaf576 100644 (file)
@@ -15,8 +15,10 @@ RUN apt-get update && \
     libvirt-dev \
     libffi-dev \
     libyaml-dev \
-    lsb-release && \
-    apt-get clean all
+    lsb-release \
+    locales && \
+    apt-get clean all && \
+    locale-gen en_US.UTF-8
 WORKDIR /teuthology
 COPY requirements.txt bootstrap /teuthology/
 RUN \
@@ -40,4 +42,4 @@ RUN \
     chmod 600 $HOME/.ssh/${SSH_PRIVKEY_FILE} && \
     echo "StrictHostKeyChecking=no" > $HOME/.ssh/config && \
     echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
-ENTRYPOINT /teuthology.sh
\ No newline at end of file
+ENTRYPOINT /teuthology.sh