File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 \
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 git-core"
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 () {
You can’t perform that action at this time.
0 commit comments