diff --git a/.github/bootstrap-image/Dockerfile b/.github/bootstrap-image/Dockerfile index 204d9a0..7b92507 100644 --- a/.github/bootstrap-image/Dockerfile +++ b/.github/bootstrap-image/Dockerfile @@ -13,7 +13,10 @@ RUN curl -L -o jq-linux64 https://github.com/stedolan/jq/releases/download/jq-${ chmod +x /usr/local/bin/jq # pip +# test RUN apt-get update && \ apt-get install -y python3-pip python3.11-venv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* + +