using apt-get instead apt like hadolint recommend it
This commit is contained in:
		@@ -2,8 +2,8 @@
 | 
			
		||||
 | 
			
		||||
FROM ubuntu:22.04
 | 
			
		||||
 | 
			
		||||
RUN apt update && \
 | 
			
		||||
  apt install -y nano mc micro rsync ncdu git curl
 | 
			
		||||
RUN apt-get update && \
 | 
			
		||||
  apt-get install -y nano mc micro rsync ncdu git curl
 | 
			
		||||
COPY ./bin/ /usr/local/bin
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["sleep", "infinity"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user