Lines Matching full:run

24 RUN apt-get update && \
36 RUN curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
41 RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d…
47 RUN wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | apt-key add - && \
51 RUN curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
55 RUN apt-get update && apt-get install -y --no-install-recommends \
77 RUN mkdir -p /usr/local/adobe/flex/4.6 && \
83 RUN apt-get install -y --no-install-recommends \
93 RUN \
106 RUN \
122 RUN apt-get install -y --no-install-recommends \
127 RUN apt-get install -y --no-install-recommends \
134 RUN apt-get install -y --no-install-recommends \
141 RUN apt-get install -y --no-install-recommends \
149 RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz && \
155 RUN apt-get install -y --no-install-recommends \
164 RUN apt-get install -y --no-install-recommends \
177 RUN apt-get install -y --no-install-recommends \
185 RUN apt-get install -y --no-install-recommends \
190 RUN apt-get install -y --no-install-recommends \
196 # RUN apt-get install -y --no-install-recommends \
203 RUN apt-get install -y --no-install-recommends \
212 RUN apt-get install -y --no-install-recommends \
222 RUN apt-get install -y --no-install-recommends \
237 RUN apt-get install -y --no-install-recommends \
250 RUN apt-get install -y --no-install-recommends \
257 RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.61.0 -y
262 # RUN cd / && \
269 RUN apt-get install -y --no-install-recommends \
278 # RUN apt-get install -y --no-install-recommends \
288 RUN rm -rf /var/cache/apt/* && \
294 RUN mkdir -p $THRIFT_ROOT/src