Lines Matching full:run
30 RUN apt-get update && \
58 RUN apt-get update && apt-get install -y --no-install-recommends \
77 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if…
78 # See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
79 RUN apt-get install -y --no-install-recommends \
95 RUN \
111 RUN apt-get install -y --no-install-recommends \
116 RUN apt-get install -y --no-install-recommends \
126 RUN apt-get update && apt-get install -y --no-install-recommends automake libncurses5-dev && \
134 RUN apt-get install -y --no-install-recommends \
142 RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz && \
148 RUN apt-get install -y --no-install-recommends \
159 RUN apt-get install -y --no-install-recommends \
174 # RUN apt-get install -y --no-install-recommends \
181 RUN apt-get install -y --no-install-recommends \
186 RUN apt-get install -y --no-install-recommends \
194 # RUN apt-get install -y --no-install-recommends \
201 RUN apt-get install -y --no-install-recommends \
210 RUN apt-get install -y --no-install-recommends \
220 RUN apt-get install -y --no-install-recommends \
245 RUN apt-get install -y --no-install-recommends \
252 RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.61.0 -y
255 RUN apt-get install -y --no-install-recommends \
264 # RUN rm -rf /var/cache/apt/* && \
271 RUN mkdir -p $THRIFT_ROOT/src