Untitled
unknown
plain_text
2 years ago
403 B
10
Indexable
ARG FROM
FROM ${FROM}
RUN apt-get update
RUN apt-get upgrade --yes
RUN apt-get install --yes \
lsb-release \
wget \
software-properties-common \
gnupg \
git
WORKDIR /usr/local/src
RUN wget https://apt.llvm.org/llvm.sh
RUN chmod +x llvm.sh
RUN ./llvm.sh 18 all
COPY --from=docker-hosted.artifactory.tcsbank.ru/cicd-images/base-focal /usr/local/bin/dp /usr/local/bin/dp
WORKDIR /Editor is loading...