Skip to content

Commit

Permalink
fix(dockerfile): resolve package dependency error
Browse files Browse the repository at this point in the history
Longhorn 9517

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and c3y1huang committed Sep 24, 2024
1 parent 189fee1 commit 2c93173
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
Expand Up @@ -31,7 +31,7 @@ RUN zypper -n addrepo --refresh https://download.opensuse.org/repositories/syste
zypper --gpg-auto-import-keys ref

RUN zypper -n install cmake curl wget gcc unzip tar xsltproc docbook-xsl-stylesheets python311 python311-pip fuse3 libfuse3-3 \
e2fsprogs xfsprogs util-linux-systemd python3-pyelftools libcmocka-devel device-mapper procps
e2fsprogs xfsprogs util-linux-systemd libcmocka-devel device-mapper procps

RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /go/bin v1.55.2

Expand Down

0 comments on commit 2c93173

Please sign in to comment.