chore: updates
continuous-integration/drone/push Build is failing

- remove secrets section
- add unkin repo
- add internal-ca-certificates to be installed
This commit is contained in:
2024-08-26 22:03:49 +10:00
parent ab0acb586e
commit bba4ed76df
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ 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 internal-ca-certificates && \
dnf clean all && \
rm -rf /var/cache/dnf