Skip to content

Commit

Permalink
Update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Jul 18, 2024
1 parent cf7cae0 commit b395b50
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@fd17a6f2c5c3aff2cfdfd1b4a67489eaab5d2b59
RUN pip3 install --no-cache-dir sentry-sdk slack_sdk

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

0 comments on commit b395b50

Please sign in to comment.