Skip to content

Commit

Permalink
Merge pull request #12 from jortel/lang-en
Browse files Browse the repository at this point in the history
🐛 support file names with accents.
  • Loading branch information
dymurray authored Dec 19, 2024
2 parents 934a3b7 + 02612ee commit 0f5fedf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ RUN echo -e "[centos9]" \
"\nenabled = 1" \
"\ngpgcheck = 0" > /etc/yum.repos.d/centos.repo
RUN microdnf -y install \
glibc-langpack-en \
openssh-clients \
subversion \
git \
tar
RUN sed -i 's/^LANG=.*/LANG="en_US.utf8"/' /etc/locale.conf
ENV LANG=en_US.utf8
RUN echo -e "StrictHostKeyChecking no" \
"\nUserKnownHostsFile /dev/null" > /etc/ssh/ssh_config.d/99-konveyor.conf
ENV HOME=/addon ADDON=/addon
Expand Down

0 comments on commit 0f5fedf

Please sign in to comment.