Compare commits

..

1 Commits

Author SHA1 Message Date
fa6dd2819f feat: migrate to gitea actions
Some checks failed
Build / build (pull_request) Failing after 1m23s
- change from droneci to gitea actions
- update Dockerfile cleanup stage
2024-09-08 01:59:22 +10:00

View File

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