Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Jan 6, 2025
1 parent 532d807 commit f426344
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Github/Runners/alpine-builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
#https://hub.docker.com/r/pkgforge/alpine-builder
FROM alpine:edge
#------------------------------------------------------------------------------------#
##Bad Deps
RUN <<EOS
set +e
apk update && apk upgrade --no-interactive 2>/dev/null
apk del ninja-is-really-ninja --force --no-interactive 2>/dev/null
apk cache clean --purge
rm -rfv "/var/cache/apk/"* 2>/dev/null
EOS
##Base Deps :: https://pkgs.alpinelinux.org/packages
RUN <<EOS
set +e
Expand Down

0 comments on commit f426344

Please sign in to comment.