This commit is contained in:
parent
b6ba67dd67
commit
d58382ad26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue