updating containerdesk
This commit is contained in:
parent
bc86a8bdde
commit
fa45aeee38
4 changed files with 10 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ FROM ghcr.io/linuxserver/rdesktop:fedora-mate
|
|||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG TARGETARCH
|
||||
ARG SEABIRD_VERSION=v0.5.1
|
||||
|
||||
LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="Michael Trip"
|
||||
|
|
@ -18,6 +19,7 @@ RUN \
|
|||
&& curl -L https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.5.2-366/OpenLens-6.5.2-366.${DOWNLOAD_ARCH}.rpm --output /tmp/openlens.rpm
|
||||
|
||||
RUN curl -L https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Linux_${TARGETARCH}.tar.gz --output /tmp/k9s.tar.gz
|
||||
RUN curl -L https://github.com/getseabird/seabird/releases/download/${SEABIRD_VERSION}/seabird_linux_${TARGETARCH}.tar.gz --output /tmp/seabird.tar.gz
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
|
||||
|
|
@ -42,6 +44,7 @@ RUN \
|
|||
dnf localinstall -y /tmp/openlens.rpm && \
|
||||
tar -zxvf /tmp/k9s.tar.gz && \
|
||||
mv /tmp/k9s /usr/local/bin && \
|
||||
mv /tmp/seabird /usr/local/bin && \
|
||||
echo "**** cleanup ****" && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue