Skip to content

Commit

Permalink
Release tag: v24.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Jun 26, 2024
1 parent d53555a commit 7e38dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apk add --no-cache \

RUN pip3 install --upgrade pip
RUN pip3 install --no-cache-dir pygit2==1.11 aiokafka aiosmtplib fastjsonschema
RUN pip3 install --no-cache-dir jinja2 markdown pyyaml xhtml2pdf git+https://github.com/TeskaLabs/asab.git
RUN pip3 install --no-cache-dir jinja2 markdown pyyaml xhtml2pdf git+https://github.com/TeskaLabs/asab.git@6e52dac8822dced8091f4e73a6272d5bd1111892
RUN pip3 install --no-cache-dir sentry-sdk slack_sdk

RUN mkdir -p /app/asab-iris
Expand Down

0 comments on commit 7e38dce

Please sign in to comment.