Skip to content

Commit

Permalink
docker fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius committed Jan 9, 2024
1 parent 01bee01 commit 9c2404a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ RUN apt-get update && \
python3-tk \
python3-pip && \
# Manga Manager Dependencies
python3.11 -m pip install -r requirements.txt && \
python3 -m pip install -r requirements.txt && \
# Cleanup
apt-get autoclean && \
rm -rf \
/var/lib/apt/lists/* \
/var/tmp/* \
/tmp/* && \
# Try making python3 callable by just running "python" on Ubuntu :) (optional)
ln -s /usr/bin/python3.11 /usr/bin/python || true && \
ln -s /usr/bin/python3 /usr/bin/python || true && \
chmod -R +x /app

# Setup environment & branding/customization
Expand Down

0 comments on commit 9c2404a

Please sign in to comment.