Skip to content

Commit bc0504d

Browse files
committed
Enable new git
1 parent 874fb32 commit bc0504d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/centos7.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ ARG REBAR_VER
332332

333333
# TLS error downloading hex and rebar, so download them separately
334334
RUN set -ex ; \
335+
source /opt/rh/devtoolset-10/enable ; \
336+
source /opt/rh/rh-git227/enable ; \
335337
export MIX_DEBUG=1 ; \
336338
# curl -o /tmp/hex.ez "https://builds.hex.pm/installs/1.16.0/hex-${HEX_VER}.ez" ; \
337339
# mix archive.install --force /tmp/hex.ez ; \

0 commit comments

Comments
 (0)