diff --git a/README.md b/README.md index 2a3f92b..92f3ffb 100644 --- a/README.md +++ b/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 diff --git a/dockerfile/alpine b/dockerfile/alpine index f4c4d57..28eba9b 100644 --- a/dockerfile/alpine +++ b/dockerfile/alpine @@ -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"]