Compare commits

...

2 Commits

Author SHA1 Message Date
ba33a87fb1
feat: update container on build 2024-09-29 11:30:36 +02:00
aee9537e4a
ci: build the container weekly 2024-09-29 11:30:10 +02:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
name: Container build
on: [ push ]
on:
push: true
schedule:
- cron: '0 16 * * FRI'
jobs:
container-build:

View File

@ -1,7 +1,7 @@
FROM docker.io/fedora:41
# === setup system ===
RUN dnf -y install neovim unzip \
RUN dnf update -y && dnf -y install neovim unzip \
bash-completion zoxide fd-find procps \
git go npm