7 lines
		
	
	
		
			405 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			405 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/rust/.devcontainer/base.Dockerfile
 | 
						|
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
 | 
						|
 | 
						|
# [Optional] Uncomment this section to install additional packages.
 | 
						|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
 | 
						|
#     && apt-get -y install --no-install-recommends <your-package-list-here>
 |