File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ 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 \
53
52
libmagic1 \
54
53
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
55
54
&& locale-gen en_US.UTF-8 \
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ 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 \
28
+ libexpat1-dev libz-dev libpcre2-dev build-essential git-core"
28
29
29
30
# # Execute a command as GITLAB_USER
30
31
exec_as_git () {
@@ -150,7 +151,6 @@ chown -R ${GITLAB_USER}: ${GITLAB_GITALY_INSTALL_DIR}
150
151
151
152
# install git bundled with gitaly.
152
153
make -C ${GITLAB_GITALY_BUILD_DIR} git GIT_PREFIX=/usr/local
153
- apt remove -y git-core
154
154
155
155
# clean up
156
156
rm -rf ${GITLAB_GITALY_BUILD_DIR}
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