Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									99db129272
								
							
						
					
					
						commit
						8bdfe94b2e
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								.forgejo/workflows/ci.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.forgejo/workflows/ci.yaml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,6 @@ | |||
| on: [push] | ||||
| jobs: | ||||
|   test: | ||||
|     runs-on: docker | ||||
|     steps: | ||||
|       - run: echo All Good | ||||
							
								
								
									
										6
									
								
								Dockerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Dockerfile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,6 @@ | |||
| FROM debian:12.5 | ||||
| 
 | ||||
| RUN apt update && apt install vim tmux jq curl wget less git python3-pip openssh-server zsh | ||||
| RUN pip3 install yq --break-system-packages | ||||
| RUN useradd -s /usr/bin/zsh martyn | ||||
| RUN mkdir /run/sshd && chmod 755 /run/sshd | ||||
		Loading…
	
	Add table
		
		Reference in a new issue