Compare commits

..

No commits in common. "cd0450b0ea19d9da8a67a7af5de9455c91de4fbf" and "2cad3a48790e80cc607293000358f864214d0290" have entirely different histories.

View file

@ -5,7 +5,7 @@ ARG BUILD_DATE
ARG TARGETARCH ARG TARGETARCH
ARG VERSION ARG VERSION
ARG KUBECTL_VERSION=1.35.0 ARG KUBECTL_VERSION=1.35.0
ARG HELM_VERSION=4.1.0 ARG HELM_VERSION=4.0.5
ARG HEADLAMP_VERSION=0.39.0 ARG HEADLAMP_VERSION=0.39.0
ARG K9S_VERSION=0.50.18 ARG K9S_VERSION=0.50.18
ARG FREELENS_VERSION=1.8.0 ARG FREELENS_VERSION=1.8.0
@ -50,7 +50,7 @@ RUN set -eux; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
vim neofetch pluma chromium chromium-sandbox tilix xdg-utils man-db default-jre-headless openjdk-17-jre-headless \ vim neofetch pluma chromium chromium-sandbox tilix xdg-utils man-db default-jre-headless openjdk-17-jre-headless \
libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw thunderbird gnome-themes-extra \ libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw thunderbird gnome-themes-extra \
gnome-themes-extra-data code thunderbird inetutils-traceroute bash-completion zsh iputils-ping; \ gnome-themes-extra-data code thunderbird inetutils-traceroute bash-completion zsh; \
echo "**** Install downloaded packages and extract tools ****"; \ echo "**** Install downloaded packages and extract tools ****"; \
DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/freelens.deb /tmp/headlamp.deb; \ DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/freelens.deb /tmp/headlamp.deb; \
tar -C /tmp -zxvf /tmp/k9s.tar.gz; \ tar -C /tmp -zxvf /tmp/k9s.tar.gz; \