feat: Updated lab and rust images
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Dev Containers / build (push) Successful in 5m23s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Dev Containers / build (push) Successful in 5m23s
				
			This commit is contained in:
		@@ -1,16 +1,12 @@
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
FROM git.luke-else.co.uk/luke-else/base:latest
 | 
			
		||||
 | 
			
		||||
# Install core utilities and development tools
 | 
			
		||||
RUN apk add --no-cache \
 | 
			
		||||
    bash \
 | 
			
		||||
    curl \
 | 
			
		||||
    git \
 | 
			
		||||
    jq \
 | 
			
		||||
    helix \
 | 
			
		||||
    openssh \
 | 
			
		||||
    sudo \
 | 
			
		||||
    shadow \
 | 
			
		||||
    zsh \
 | 
			
		||||
    ca-certificates \
 | 
			
		||||
    busybox-extras \
 | 
			
		||||
    net-tools \
 | 
			
		||||
@@ -26,10 +22,12 @@ RUN apk add --no-cache \
 | 
			
		||||
RUN adduser -D dev && echo "dev ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 | 
			
		||||
RUN usermod -aG wheel dev
 | 
			
		||||
 | 
			
		||||
RUN chsh -s /bin/zsh dev
 | 
			
		||||
# Set working directory
 | 
			
		||||
WORKDIR /home/dev
 | 
			
		||||
# Switch to non-root user
 | 
			
		||||
USER dev
 | 
			
		||||
# Default command
 | 
			
		||||
CMD ["/bin/zsh"]
 | 
			
		||||
 | 
			
		||||
# Set working directory
 | 
			
		||||
WORKDIR /home/dev
 | 
			
		||||
 | 
			
		||||
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
 | 
			
		||||
 | 
			
		||||
CMD [ "/bin/zsh" ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user