mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
add scl-utils
This commit is contained in:
parent
77342f8571
commit
6c43e0b946
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM centos:7
|
||||||
ARG go_pkg_url
|
ARG go_pkg_url
|
||||||
|
|
||||||
RUN yum install -y epel-release
|
RUN yum install -y epel-release
|
||||||
RUN yum install -y curl git wget openssh-server sudo make development-tools rpmdevtools clang gcc-c++ ruby ruby-devel centos-release-scl devtoolset-8 llvm-toolset-7 && yum clean all
|
RUN yum install -y curl git wget openssh-server sudo make development-tools rpmdevtools clang gcc-c++ ruby ruby-devel centos-release-scl scl-utils devtoolset-8 llvm-toolset-7 && yum clean all
|
||||||
|
|
||||||
RUN curl -s $go_pkg_url -o go.tar.gz && \
|
RUN curl -s $go_pkg_url -o go.tar.gz && \
|
||||||
tar -C /usr/local -xzf go.tar.gz && \
|
tar -C /usr/local -xzf go.tar.gz && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue