We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874fb32 commit bc0504dCopy full SHA for bc0504d
deploy/centos7.Dockerfile
@@ -332,6 +332,8 @@ ARG REBAR_VER
332
333
# TLS error downloading hex and rebar, so download them separately
334
RUN set -ex ; \
335
+ source /opt/rh/devtoolset-10/enable ; \
336
+ source /opt/rh/rh-git227/enable ; \
337
export MIX_DEBUG=1 ; \
338
# curl -o /tmp/hex.ez "https://builds.hex.pm/installs/1.16.0/hex-${HEX_VER}.ez" ; \
339
# mix archive.install --force /tmp/hex.ez ; \
0 commit comments