Add Dockerfile

This commit is contained in:
sqozz 2024-04-16 20:16:41 +02:00
parent 74d150dfed
commit facf3a0877
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
on:
schedule:
- cron: '0 0 * */1 *'
jobs:
build:
runs-on: docker
steps:
- run: date

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
# hadolint ignore=DL3006
FROM alpine:latest
RUN apk add bash