Missing pkgs
All checks were successful
Build and Push / build-and-push (push) Successful in 3m28s

This commit is contained in:
Adam Štrauch 2025-09-06 03:17:25 +02:00
parent b6ba67dd67
commit d58382ad26
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora-toolbox:42
# Basic packages # Basic packages
RUN dnf check-update RUN dnf check-update
RUN dnf install -y duf fd-find fish fzf htop ncdu tmux vim zstd ipcalc sdcv tldr jq genius pwgen httpie ripgrep lsd smartmontools wireguard-tools RUN dnf install -y duf fd-find fish fzf htop ncdu tmux vim zstd ipcalc sdcv tldr jq genius pwgen httpie ripgrep lsd smartmontools wireguard-tools ffmpeg fastfetch
# Dev stuff # Dev stuff
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
@ -19,7 +19,7 @@ RUN groupadd cx -g 1000
RUN useradd cx -u 1000 -g cx -d /var/home/cx -s /usr/bin/fish RUN useradd cx -u 1000 -g cx -d /var/home/cx -s /usr/bin/fish
# Certs # Certs
ADD rosti_ca.crt /etc/pki/ca-trust/source/anchors/rosti_ca.crt ADD rosti_ca.crt /etc/pki/ca-trust/source/anchors/rosti_ca.pem
RUN update-ca-trust RUN update-ca-trust
# Podman # Podman