Skip to content

Commit

Permalink
Add missing packages after moving Dapper image to BCI (rancher#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Macedo <[email protected]>
  • Loading branch information
macedogm authored Sep 18, 2023
1 parent 5c2da64 commit 85441f8
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.20

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 85441f8

Please sign in to comment.