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: Installed tools:
- rsync - all images (alpine and ubuntu)
- mc - rsync
- nano - mc
- unp - nano
- ubuntu images
- unp
## Ubuntu and Alpine Images ## Ubuntu and Alpine Images

View File

@ -3,7 +3,7 @@
FROM alpine:3.18 FROM alpine:3.18
RUN apk update && \ 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 COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"] ENTRYPOINT ["sleep", "infinity"]