debugging containerfile
This commit is contained in:
parent
7fca128771
commit
2dd7cd5ad0
1 changed files with 1 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue