Commit ec37242e authored by Apoorva Srinivas Appadoo's avatar Apoorva Srinivas Appadoo
Browse files

chore: fix curl dep

parent 7e215cca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
# Install dependencies and Session Manager plugin
RUN apk upgrade --no-cache \
    && apk add --no-cache \
        curl=8.14.1-r2 \
        curl=8.17.0-r1 \
        gcompat=1.1.0-r4 \
        rpm=4.19.1.1-r2 \
        rpm=4.19.1.1-r3 \
        cpio=2.15-r0 \
    # Install pip packages
    && pip install --no-cache-dir . \