added build of ubuntu image
Some checks failed
build / build (push) Successful in 1m30s
build / Dockerfile lint (push) Failing after 7s

This commit is contained in:
2023-11-12 17:17:52 +01:00
parent e6bf1689bc
commit d8644e1fa6
6 changed files with 78 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
# https://hub.docker.com/_/alpine
FROM ubuntu:22.04
RUN apt update && \
apt install -y nano mc micro rsync ncdu git curl
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]