Use quotes for kaniko to expand ARG in Dockerfile (#314)
This commit is contained in:
parent
f03bdcf472
commit
6a18ea17ec
@ -4,7 +4,7 @@ ARG TARGET
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
RUN curl -L https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz | \
|
||||
RUN curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz" | \
|
||||
tar xz -C /usr/local/bin/
|
||||
|
||||
RUN adduser --home /nonexistent --no-create-home --disabled-password redlib
|
||||
|
Loading…
Reference in New Issue
Block a user