Let us see
/ test (push) Successful in 1m11s
Details
/ test (push) Successful in 1m11s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
99db129272
commit
8bdfe94b2e
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
|
@ -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…
Reference in New Issue