Skip to content

Commit

Permalink
add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jun 10, 2024
1 parent 03d2bd0 commit c329863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM centos:centos7

# see https://gist.github.com/skaji/76203327b517cb44da88a4301de118d3
RUN sed -i 's/override_install_langs=en_US.UTF-8/override_install_langs=en_US.utf8/' /etc/yum.conf

RUN yum install -y \
gcc \
make \
Expand Down

0 comments on commit c329863

Please sign in to comment.