We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b79308 commit e4cf6f6Copy full SHA for e4cf6f6
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ARG VERSION
8
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
9
LABEL maintainer="roxedus, thelamer"
10
11
-RUN \
+RUN
12
echo "**** install build packages ****" && \
13
YQ_VERSION=v4.52.5 &&\
14
wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -O /usr/bin/yq &&\
0 commit comments