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 ubuntu:22.04
RUN apt-get update \
&& apt-get install -y nano mc micro rsync ncdu git curl \
&& apt-get install -y nano mc micro rsync ncdu git curl unp \
&& rm -rf /var/lib/apt/lists/*
COPY ./bin/ /usr/local/bin