Compare commits

..

1 Commits

Author SHA1 Message Date
4926c57c30 feat: migrate to gitea actions
All checks were successful
Build / build (pull_request) Successful in 1m23s
- change from droneci to gitea actions
- update Dockerfile cleanup stage
2024-09-08 02:02:51 +10:00

View File

@ -17,7 +17,7 @@ RUN dnf clean all && \
# Update the system and install required packages
RUN dnf update -y && \
dnf install -y curl git && \
dnf install -y curl git
# Cleanup
RUN dnf clean all && \