Skip to content

Commit

Permalink
Add missing packages after moving Dapper image to BCI (rancher#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Macedo <[email protected]>
  • Loading branch information
macedogm authored Sep 15, 2023
1 parent e5b6a23 commit d8f002e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/golang:1.19

RUN zypper -n install docker
RUN zypper -n install docker rsync xz zip

ENV GOLANGCI_LINT v1.53.3
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin "$GOLANGCI_LINT"
Expand Down

0 comments on commit d8f002e

Please sign in to comment.