1
0

fix: fix permission error

This commit is contained in:
2018-09-12 17:14:26 +08:00
parent c9c7834291
commit 4c1ad32681
5 changed files with 12 additions and 6 deletions

View File

@ -3,11 +3,7 @@ LABEL maintainer="MiaoWoo<admin@yumc.pw>"
ENV LANG en_US.UTF-8
RUN yum install -y fontconfig git nano
RUN git clone https://github.com/powerline/fonts.git --depth=1 && \
cd fonts && \
./install.sh && \
fc-cache
RUN yum install -y fontconfig
WORKDIR /root