Skip to content

Commit

Permalink
Update gitlab and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Jun 11, 2024
1 parent e7c014b commit 583c990
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- pip install requests
- pip install temp
- pip install aiokafka
- pip install pytz
- pip install slack-sdk
- pip install sentry-sdk
- python3 -m unittest test
Expand All @@ -49,6 +50,7 @@
- pip install requests
- pip install aiohttp
- pip install temp
- pip install pytz
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
Expand All @@ -74,6 +76,7 @@
- pip install aiohttp
- pip install -U git+https://github.com/TeskaLabs/asab
- pip install temp
- pip install pytz
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
Expand All @@ -99,6 +102,7 @@
- pip install aiohttp
- pip install -U git+https://github.com/TeskaLabs/asab
- pip install temp
- pip install pytz
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
Expand All @@ -124,6 +128,7 @@
- pip install aiohttp
- pip install -U git+https://github.com/TeskaLabs/asab
- pip install temp
- pip install pytz
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
Expand All @@ -145,6 +150,7 @@
- pip install Markdown
- pip install aiohttp
- pip install temp
- pip install pytz
- pip install aiokafka
- pip install slack-sdk
- pip install sentry-sdk
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apk add --no-cache \
cairo-dev

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

Expand Down

0 comments on commit 583c990

Please sign in to comment.