Skip to content

Commit

Permalink
Explain
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 7, 2021
1 parent 95c8bf7 commit dcd237c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN yum -y update && yum clean all

RUN yum install -y \
autoconf \
# includes gcc and gcc-c++
# includes gcc and gcc-c++, the latter
# is needed to build Erlang/OTP with a JIT
clang \
m4 \
mercurial \
Expand Down

0 comments on commit dcd237c

Please sign in to comment.