Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -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 . \ Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -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 . \ Loading