refactor: change installed packages
Some checks failed
Build container / base-build (push) Failing after 4m33s
Some checks failed
Build container / base-build (push) Failing after 4m33s
This commit is contained in:
@@ -3,9 +3,9 @@ FROM quay.io/fedora/fedora:43
|
|||||||
# === install system packages ===
|
# === install system packages ===
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y && \
|
||||||
dnf copr enable -y atim/lazygit && \
|
dnf copr enable -y atim/lazygit && \
|
||||||
dnf -y install procps ping bash-completion glibc-langpack-en openssl \
|
dnf -y install procps ping bash-completion glibc-langpack-en \
|
||||||
host-spawn dbus-launch \
|
host-spawn dbus-launch \
|
||||||
zoxide git npm neovim awk jq unzip fd-find chafa lazygit
|
zoxide git npm neovim awk jq unzip fd-find lazygit
|
||||||
|
|
||||||
# === setup user ===
|
# === setup user ===
|
||||||
RUN useradd -ms /bin/bash user && \
|
RUN useradd -ms /bin/bash user && \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM git.plabble.org/job79/base:latest
|
FROM git.plabble.org/job79/base:latest
|
||||||
USER root
|
USER root
|
||||||
RUN dnf -y install kubectl
|
RUN dnf -y install kubectl openssl
|
||||||
RUN curl -sL https://talos.dev/install | sh
|
RUN curl -sL https://talos.dev/install | sh
|
||||||
USER user
|
USER user
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM docker.io/kalilinux/kali-rolling
|
|||||||
|
|
||||||
# === install system packages ===
|
# === install system packages ===
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install iputils-ping sudo \
|
apt -y install iputils-ping sudo \
|
||||||
zoxide git npm neovim gawk jq unzip fd-find lazygit
|
zoxide git npm neovim gawk jq unzip fd-find lazygit
|
||||||
|
|
||||||
# === setup user ===
|
# === setup user ===
|
||||||
|
|||||||
Reference in New Issue
Block a user