Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Oct 27, 2024
1 parent 202e143 commit a37ff44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM fedora:40
# Install necessary packages
RUN dnf update -y && \
dnf install -y python3 python3-pip python3-gobject gtk4 xauth mesa-libGL mesa-dri-drivers which
RUN dnf clean all -y

# Set user and group IDs
ARG USER_ID=1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# D' Fake Seeder

- Developed on Fedora 40 - Implications for gobject versioing
- Developed on Fedora 40 - Implications for gobject versioning
- This is a Python GTK4 app very much under active development
- Supports multiple torrents
- Supporter HTTp/UDP trackers
Expand Down

0 comments on commit a37ff44

Please sign in to comment.