mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fixed centos docker build
This commit is contained in:
parent
7d440016d3
commit
1ae7d79c8a
@ -1,8 +1,6 @@
|
||||
FROM centos:7
|
||||
# Locales keyboard
|
||||
RUN sed -i 's/^\(override_install_langs.*\)$/#\1/' /etc/yum.conf \
|
||||
&& yum -y -q reinstall glibc-common \
|
||||
&& echo 'LANG="fr_FR.UTF-8"' > /etc/locale.conf
|
||||
RUN echo 'LANG="fr_FR.UTF-8"' > /etc/locale.conf
|
||||
ENV LANG fr_FR.UTF-8
|
||||
# Debian Deps
|
||||
RUN yum update -y && yum install -y \
|
||||
|
2
library
2
library
@ -1 +1 @@
|
||||
Subproject commit fbc707db2ec367edaa7a717342cdb14c862a90a6
|
||||
Subproject commit 8c71af60affed0babba248c1493e07fe32e2e721
|
Loading…
Reference in New Issue
Block a user