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