removed unp from alpine; because it doesn't exist
This commit is contained in:
parent
df35eb7443
commit
17fbe6fb9c
10
README.md
10
README.md
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user