fixed paths and added unp #8
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:
|
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
|
||||||
|
|
||||||
|
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user