Commit 5a83c7ea authored by kalvin's avatar kalvin

字体问题

parent 9e88b33f
......@@ -42,9 +42,6 @@ ENV LC_ALL en_US.UTF-8
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 宋体
RUN curl http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/fonts/install.sh | sh
# ruby环境
RUN yum groupinstall -y development
RUN yum install -y epel-release
......@@ -59,6 +56,10 @@ WORKDIR /home/qg-recorder
RUN bundle install
WORKDIR /home
RUN rm -rf ruby-2.4.4.tar.gz
# 宋体
RUN curl http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/fonts/install.sh | sh
# alias
RUN echo "export PS1='\[\033[m\][\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\[\033[m\]]\[\033[m\]# '" >> ~/.bash_profile
RUN echo "export LANG='en_US.UTF-8';alias 'la=ls -al';alias rm='rm -i';alias mv='mv -i';alias grep='grep --color';alias vi='vim';alias pg='ps -ef | grep -i'" >> ~/.bashrc
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment