Lines Matching full:run
22 RUN yum install -y epel-release
25 RUN yum install -y \
50 RUN yum install -y \
59 RUN yum install -y \
66 RUN yum install -y http://downloads.dlang.org/releases/2.x/2.076.0/dmd-2.076.0-0.fedora.x86_64.rpm …
67 RUN curl -sSL https://github.com/D-Programming-Deimos/openssl/archive/master.tar.gz| tar xz && \
75 RUN cd /usr/local && \
82 RUN curl -sSL http://packages.erlang-solutions.com/rpm/centos/erlang_solutions.repo -o /etc/yum.rep…
92 RUN yum install -y glib2-devel
95 RUN curl -sSL https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz | tar -C /usr/local/ -…
102 RUN yum install -y \
110 RUN yum install -y readline-devel && \
121 RUN yum install -y \
128 RUN yum -y install https://opensource.enda.eu/packages/http-parser-2.7.1-3.el7.x86_64.rpm
129 RUN yum install -y \
134 RUN yum install -y \
143 RUN yum install -y \
155 RUN yum install -y \
164 RUN yum install -y \
173 RUN pip2 install --upgrade pip
174 RUN pip2 install --upgrade backports.ssl_match_hostname ipaddress setuptools six tornado tornado-te…
175 RUN pip3 install --upgrade pip
176 RUN pip3 install --upgrade backports.ssl_match_hostname ipaddress setuptools six tornado tornado-te…
179 RUN yum install -y \
186 RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.17.0
190 RUN rm -rf /tmp/* && \
194 RUN mkdir -p $THRIFT_ROOT/src