hadolint check added #4

Closed
RogerSik wants to merge 9 commits from feature/hadolint into main
Showing only changes of commit 10802a3614 - Show all commits

View File

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