1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Commit graph

4 commits

Author SHA1 Message Date
kzndotsh
884c9f91f0 style(Dockerfile): add line breaks for better readability and maintainability
fix(Dockerfile): ensure commands are chained properly with && and \ for correct execution
style(Dockerfile): add newline at end of file to adhere to POSIX standards
2024-07-02 21:09:07 +00:00
kzndotsh
7a02e448d3 chore: remove unused pyright and vulture configurations from .pre-commit-config.yaml and pyproject.toml
style(Dockerfile): improve readability by aligning RUN commands
refactor(pyproject.toml): increase line-length limit to 120 and change line-ending to 'lf' for better compatibility
2024-07-02 02:23:17 +00:00
kzndotsh
da1737a011 feat(Dockerfile): add curl and build-essential packages to support Rust and Cargo installation
feat(Dockerfile): install Rust and Cargo to enable Rust programming language support
feat(Dockerfile): install tealdeer and update tldr cache for better command line documentation
2024-06-11 05:29:33 +00:00
kzndotsh
7cda11c4bc feat: add Dockerfile and docker-compose.yml for containerization
chore: remove old infra files as they are replaced by Docker setup
refactor: switch from systemd service to Docker for better portability and easier setup
2024-06-11 05:18:25 +00:00