-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: update files, add Fedora KDE
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
- Loading branch information
Showing
5 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM lscr.io/linuxserver/webtop:fedora-kde | ||
|
||
# Preinstall popular programming languages and package managers | ||
|
||
RUN dnf install -y @development-tools \ | ||
curl wget git \ | ||
python3 python3-pip jupyter-notebook tldr \ | ||
gcc golang gcc-c++ make clang gcc-gfortran \ | ||
gjs gjs-devel \ | ||
java-devel java-openjdk \ | ||
rust cargo nodejs \ | ||
meson ninja-build \ | ||
podman distrobox \ | ||
elixir lua julia haskell-platform \ | ||
perl-core php-cli R ruby swiftlang \ | ||
mariadb postgresql postgresql-server \ | ||
sqlite sqlite-devel sqlite-tcl sqlitebrowser redis |
File renamed without changes.