Skip to content

Commit

Permalink
F: 增加git包的安装,保证在容器内可以使用git命令
Browse files Browse the repository at this point in the history
  • Loading branch information
littlemo committed Apr 15, 2018
1 parent ceb8bf3 commit 9bd64a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN sed -i 's|deb.debian.org|mirrors.ustc.edu.cn|g' /etc/apt/sources.list && \
# 安装mysqlclient库&nginx
RUN apt-get update --fix-missing && apt-get install -y \
libmysqlclient-dev libssl-dev \
nginx gettext \
nginx gettext git \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9bd64a0

Please sign in to comment.