crooked-lawyer-77407
03/06/2023, 6:00 AMenough-analyst-54434
03/06/2023, 6:04 AMpantsenough-analyst-54434
03/06/2023, 6:18 AMFROM ubuntu:22.04
RUN apt update && apt install -y curl
ARG SCIE_PANTS_VERSION=0.5.3
RUN curl \
    --proto '=https' \
    --tlsv1.2 \
    -fsSLO <https://static.pantsbuild.org/setup/get-pants.sh> && \
    bash get-pants.sh --bin-dir /usr/bin --base-name pants --version $SCIE_PANTS_VERSION && \
    rm get-pants.sh
ARG PANTS_VERSION=2.15.0
RUN touch BUILDROOT && \
    PANTS_VERSION=$PANTS_VERSION pants -V && \
    rm BUILDROOTcrooked-lawyer-77407
03/06/2023, 10:27 AMcrooked-lawyer-77407
03/06/2023, 10:39 AMcurved-television-6568
03/06/2023, 1:27 PMcurved-television-6568
03/06/2023, 1:28 PM