File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN set -ex && \
49
49
libpq5 zlib1g libyaml-0-2 libssl1.1 \
50
50
libgdbm6 libreadline8 libncurses5 libffi7 \
51
51
libxml2 libxslt1.1 libcurl4 libicu66 libre2-dev tzdata unzip libimage-exiftool-perl \
52
- libcurl4-openssl-dev libexpat1-dev gettext libz-dev libssl-dev libpcre2-dev build-essential git-core \
52
+ libcurl4-openssl-dev libexpat1-dev gettext libz-dev libssl-dev libpcre2-dev build-essential \
53
53
libmagic1 \
54
54
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
55
55
&& locale-gen en_US.UTF-8 \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ BUILD_DEPENDENCIES="gcc g++ make patch pkg-config cmake paxctl \
24
24
libpq-dev zlib1g-dev libyaml-dev libssl-dev \
25
25
libgdbm-dev libreadline-dev libncurses5-dev libffi-dev \
26
26
libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev \
27
- gettext libkrb5-dev"
27
+ gettext libkrb5-dev git-core "
28
28
29
29
# # Execute a command as GITLAB_USER
30
30
exec_as_git () {
Original file line number Diff line number Diff line change @@ -1147,7 +1147,7 @@ production: &base
1147
1147
# CAUTION!
1148
1148
# Use the default values unless you really know what you are doing
1149
1149
git :
1150
- bin_path : /usr/bin/git
1150
+ bin_path : /usr/local/ bin/git
1151
1151
1152
1152
# # ActionCable settings
1153
1153
action_cable :
You can’t perform that action at this time.
0 commit comments