Skip to content

Commit

Permalink
Add missing packages
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed May 29, 2024
1 parent ff5f060 commit f816df4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ steps:
- name: build
image: rancher/dapper:v0.6.0
commands:
- apk add make git curl
- ls -la
- ./scripts/package
- apk add make git curl bash file
- make no-dapper
environment:
ARCH: "${DRONE_STAGE_ARCH}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.21-alpine3.18 AS infra
ARG ARCH=amd64

RUN apk -U add bash coreutils git gcc musl-dev vim less file curl wget ca-certificates
RUN apk -U add bash coreutils git gcc musl-dev vim less curl wget ca-certificates
# go imports version gopls/v0.15.3
# https://github.com/golang/tools/releases/latest
RUN go install golang.org/x/tools/cmd/goimports@cd70d50baa6daa949efa12e295e10829f3a7bd46
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ build:

.PHONY: no-dapper
no-dapper: validate build
./scripts/package
ARCH=$(ARCH) ./scripts/package

0 comments on commit f816df4

Please sign in to comment.