This commit is contained in:
Frank Villaro-Dixon 2023-06-06 15:17:37 +00:00
parent 0ca6d2c673
commit 6a2e2c6003
2 changed files with 6 additions and 0 deletions

4
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,4 @@
include:
- project: 'ci/templates'
file: '/tpl/docker-build.yml'

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM ubuntu:22.04
RUN apt update && apt install -y systemctl strace