added build of ubuntu image
This commit is contained in:
9
dockerfile/ubuntu/Dockerfile
Normal file
9
dockerfile/ubuntu/Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user