Skip to content

Commit

Permalink
🐛 support file names with accents. (#140) (#141)
Browse files Browse the repository at this point in the history
Fixes https://issues.redhat.com/browse/MTA-4309

Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>

Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Co-authored-by: Jeff Ortel <[email protected]>
  • Loading branch information
konveyor-ci-bot[bot] and jortel authored Dec 19, 2024
1 parent 93350da commit 1e00247
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 @@ -13,10 +13,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 1e00247

Please sign in to comment.