feat: update Dockerfile
This commit is contained in:
parent
66d4e0f273
commit
f57ac365b4
10
Dockerfile
10
Dockerfile
@ -1,9 +1,15 @@
|
||||
FROM centos
|
||||
LABEL maintainer="MiaoWoo<admin@yumc.pw>"
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
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
|
||||
|
||||
WORKDIR /root
|
||||
RUN yum install -y fontconfig
|
||||
|
||||
ADD main main
|
||||
ADD lib lib
|
||||
|
Loading…
Reference in New Issue
Block a user