feat: cleanup base image
ci/woodpecker/pr/build Pipeline was successful

- remove packages installed elsewhere
- change to 20260606 image as base
This commit is contained in:
2026-06-13 14:44:28 +10:00
parent 7a86b3b487
commit 971c48c517
+1 -5
View File
@@ -1,10 +1,6 @@
FROM git.unkin.net/unkin/almalinux9-base:latest
FROM git.unkin.net/unkin/almalinux9-base:20260606
RUN dnf install -y \
git \
git-lfs \
jq \
curl \
claude-code \
&& dnf clean all