fixed paths and added unp #8

Merged
RogerSik merged 4 commits from feature/add-unp into main 2023-11-12 17:44:32 +01:00
2 changed files with 7 additions and 5 deletions
Showing only changes of commit 17fbe6fb9c - Show all commits

View File

@ -4,10 +4,12 @@ This image is builded to do easier maintaince tasks. Example editing config file
Installed tools:
- rsync
- mc
- nano
- unp
- all images (alpine and ubuntu)
- rsync
- mc
- nano
- ubuntu images
- unp
## Ubuntu and Alpine Images

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 unp
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]