clean up added
This commit is contained in:
parent
dd0dd52435
commit
60bd243839
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user