fixed paths and added unp
Some checks failed
build / build (push) Successful in 1m39s
build / Dockerfile lint (push) Failing after 9s

This commit is contained in:
2023-11-12 17:32:25 +01:00
parent 7eafeef093
commit ef2fd4978d
7 changed files with 11 additions and 10 deletions

View File

@ -3,7 +3,7 @@
FROM alpine:3.18
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client unp
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]