added build of ubuntu image #7

Merged
RogerSik merged 4 commits from feature/build-additional-ubuntu-image into main 2023-11-12 17:28:40 +01:00
Showing only changes of commit 60bd243839 - Show all commits

View File

@ -2,8 +2,9 @@
FROM ubuntu:22.04
RUN apt-get update && \
apt-get install -y nano mc micro rsync ncdu git curl
RUN apt-get update \
&& apt-get install -y nano mc micro rsync ncdu git curl \
&& rm -rf /var/lib/apt/lists/*
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]