Compare commits
1 Commits
4926c57c30
...
fa6dd2819f
| Author | SHA1 | Date | |
|---|---|---|---|
| fa6dd2819f |
@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user