diff --git a/Dockerfile b/Dockerfile index eaa309d..f4da97b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM python:3.8.13-alpine3.15 -RUN apk add --no-cache python3-dev~3.9 gcc~10 libc-dev~0.7 nodejs~16 npm~8 && rm -rf /var/cache/apk/* +RUN apk add --no-cache git python3-dev~3.9 gcc~10 libc-dev~0.7 nodejs~16 npm~8 && rm -rf /var/cache/apk/* RUN pip3 install --upgrade pip && \ - pip3 install "Cython<3.0" "pyyaml<6" --no-build-isolation && \ - pip3 install taskcat==0.9.23 --upgrade + # pip3 install "Cython<3.0" "pyyaml<6" --no-build-isolation && \ + pip3 install taskcat==0.9.55 --upgrade COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh