Skip to content

Commit

Permalink
build(image): always update system package
Browse files Browse the repository at this point in the history
longhorn/longhorn-8722
longhorn/longhorn-8721

Signed-off-by: Chin-Ya Huang <[email protected]>
(cherry picked from commit a448965)
  • Loading branch information
c3y1huang authored and mergify[bot] committed Sep 6, 2024
1 parent c957fcb commit aa5eaac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ FROM registry.suse.com/bci/bci-base:15.6 AS release

ARG ARCH=amd64

RUN zypper -n ref && \
zypper update -y

RUN zypper -n addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/SLE_15/system:snappy.repo && \
zypper -n addrepo --refresh https://download.opensuse.org/repositories/network:/utilities/SLE_15_SP5/network:utilities.repo && \
zypper --gpg-auto-import-keys ref
Expand Down

0 comments on commit aa5eaac

Please sign in to comment.