Dockerfile: use copy instead add
Some checks failed
build / build (push) Failing after 2s
build / dockerfile lint (push) Successful in 11s

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
Roger Sikorski 2023-08-08 14:49:23 +02:00
parent d54efb18a9
commit 10802a3614
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -4,4 +4,4 @@ FROM alpine:3.18
RUN apk update && \ RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl apk add --no-cache nano mc micro rsync ncdu git curl
ADD ./bin/ /usr/local/bin COPY --chmod=755 ./bin/ /usr/local/bin