- change from droneci to gitea actions - update Dockerfile cleanup stage
This commit is contained in:
+3
-1
@@ -18,5 +18,7 @@ RUN dnf clean all && \
|
||||
# Update the system and install required packages
|
||||
RUN dnf update -y && \
|
||||
dnf install -y curl git && \
|
||||
dnf clean all && \
|
||||
|
||||
# Cleanup
|
||||
RUN dnf clean all && \
|
||||
rm -rf /var/cache/dnf
|
||||
|
||||
Reference in New Issue
Block a user