Lines Matching full:run
24 RUN apt-get update -yq && \
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 curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
51 RUN apt-get update -yq && \
74 RUN mkdir -p /usr/local/adobe/flex/4.6 && \
80 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if…
81 # See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
82 RUN apt-get install -y --no-install-recommends \
92 RUN \
105 RUN \
121 RUN apt-get install -y --no-install-recommends \
126 RUN apt-get install -y --no-install-recommends \
136 RUN apt-get update && apt-get install -y --no-install-recommends libncurses5-dev && \
143 RUN apt-get install -y --no-install-recommends \
151 RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz && \
157 RUN apt-get install -y --no-install-recommends \
166 RUN apt-get install -y --no-install-recommends \
179 RUN apt-get install -y --no-install-recommends \
187 RUN apt-get install -y --no-install-recommends \
192 RUN apt-get install -y --no-install-recommends \
197 RUN apt-get install -y --no-install-recommends \
205 RUN apt-get install -y --no-install-recommends \
214 RUN apt-get install -y --no-install-recommends \
224 RUN apt-get install -y --no-install-recommends \
237 RUN apt-get install -y --no-install-recommends \
244 RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.61.0 -y
248 RUN apt-get install -yq \
260 RUN swift --version
263 RUN apt-get install -y --no-install-recommends \
270 RUN apt-get install -y --no-install-recommends \
278 # RUN rm -rf /var/cache/apt/* && \
284 RUN mkdir -p $THRIFT_ROOT/src