debugging containerfile

This commit is contained in:
Michael Trip 2023-10-03 17:22:25 +02:00
parent 7fca128771
commit 2dd7cd5ad0

View file

@ -9,9 +9,8 @@ LABEL build_version="based on Linuxserver.io version:- ${VERSION} Build-date:- $
LABEL maintainer="Michael Trip"
WORKDIR /tmp
RUN dnf install -y wget
RUN \
dnf install -y wget && \
if [ "${TARGETARCH}" == "amd64" ]; then \
wget -O /tmp/openlens.rpm https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.5.2-366/OpenLens-6.5.2-366.x86_64.rpm; \
elif [ "${TARGETARCH}" == "arm64" ]; then \