Skip to content

Commit

Permalink
bump chase newer chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxrk authored and MaxxRK committed Aug 15, 2024
1 parent 7b6b465 commit 9dd8d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# Install Chromium
RUN add-apt-repository ppa:saiarcot895/chromium-beta
RUN add-apt-repository ppa:savoury1/chromium
RUN apt-get update && apt-get install -y --no-install-recommends chromium-browser chromium-chromedriver && rm -rf /var/lib/apt/lists/*
RUN ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriver

# Install python dependencies
COPY ./requirements.txt .
Expand All @@ -55,10 +54,6 @@ COPY ./tastyAPI.py .
COPY ./tradierAPI.py .
COPY ./webullAPI.py .

#Temporary
COPY ./chaseinvest-api-0.1.1.tar.gz .
RUN pip install ./chaseinvest-api-0.1.1.tar.gz

# Make the entrypoint executable
RUN chmod +x entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asyncio==3.4.3
#chaseinvest-api==0.1.0
chaseinvest-api==0.1.1
discord.py==2.3.2
firstrade==0.0.14
GitPython==3.1.42
Expand Down

0 comments on commit 9dd8d32

Please sign in to comment.