init
This commit is contained in:
parent
0ca6d2c673
commit
6a2e2c6003
2 changed files with 6 additions and 0 deletions
4
.gitlab-ci.yml
Normal file
4
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
include:
|
||||
- project: 'ci/templates'
|
||||
file: '/tpl/docker-build.yml'
|
||||
|
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM ubuntu:22.04
|
||||
RUN apt update && apt install -y systemctl strace
|
Loading…
Reference in a new issue