fix: fix permission error
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user