We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93350da commit ad42813Copy full SHA for ad42813
Dockerfile
@@ -13,10 +13,13 @@ RUN echo -e "[centos9]" \
13
"\nenabled = 1" \
14
"\ngpgcheck = 0" > /etc/yum.repos.d/centos.repo
15
RUN microdnf -y install \
16
+ glibc-langpack-en \
17
openssh-clients \
18
subversion \
19
git \
20
tar
21
+RUN sed -i 's/^LANG=.*/LANG="en_US.utf8"/' /etc/locale.conf
22
+ENV LANG=en_US.utf8
23
RUN echo -e "StrictHostKeyChecking no" \
24
"\nUserKnownHostsFile /dev/null" > /etc/ssh/ssh_config.d/99-konveyor.conf
25
ENV HOME=/addon ADDON=/addon
0 commit comments