File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ fromImage: builder/golang-alt
1414shell :
1515 install :
1616 - |
17- apt-get update && apt-get install --yes \
18- musl-devel-static gcc golang git
19-
17+ rm -rf /var/lib/rpm/__db*
18+ apt-get update
19+ apt-get install --yes \
20+ musl-devel-static gcc
21+
2022 export CGO_ENABLED=0
2123 export GOOS=linux
22- export GOARCH=amd64
24+ export GOARCH=amd64
2325
2426 mkdir -p /out
2527 git clone --depth=1 --branch v1.25.1 https://github.com/go-delve/delve.git /src
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ fromImage: builder/golang-alt
2020final : false
2121shell :
2222 beforeInstall :
23+ - rm -rf /var/lib/rpm/__db*
2324 {{- include "alt packages proxy" . | nindent 2 }}
2425 - |
2526 apt-get install ca-certificates tzdata -y
You can’t perform that action at this time.
0 commit comments