Skip to content

Commit

Permalink
delete default git version, using latest
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
Min Min committed Oct 18, 2021
1 parent 6eca3ff commit 7fc530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/service/reaper-plugin-xenial.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get clean && apt-get update && apt-get install -y \
sudo

# Upgrade Git to latest version
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y git=1:2.33.1-0ppa1~ubuntu16.04.1
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y git

# 修改时区
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
Expand Down

0 comments on commit 7fc530e

Please sign in to comment.