Skip to content

Commit

Permalink
fix: Add TARGETARCH arg in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Oct 18, 2024
1 parent 1964a0c commit 2bc1c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM registry.suse.com/bci/bci-base:15.6

ARG TARGETARCH
RUN zypper update -y && \
zypper in -y -f vim && \
zypper clean -a && \
Expand Down

0 comments on commit 2bc1c5d

Please sign in to comment.