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