mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	feat(Docker): create development Docker image
- Create Docker image to be used for experimentation during development - Create targets in `Makefile` pertaining to the above
This commit is contained in:
		
							
								
								
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
# NB: this image isn't used anywhere in the build pipeline. It exists to
 | 
			
		||||
# conveniently facilitate ad-hoc experimentation in a sandboxed environment
 | 
			
		||||
# during development.
 | 
			
		||||
FROM golang:1.15-alpine
 | 
			
		||||
 | 
			
		||||
RUN apk add git less make
 | 
			
		||||
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
		Reference in New Issue
	
	Block a user