Skip to content

Commit

Permalink
Add TARGETPLATFORM argument to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamegawa committed Feb 28, 2024
1 parent 73d4047 commit e90bdb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ARG IMAGE_LOCATION=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cl
# Copy from base build
FROM ${IMAGE_LOCATION}

ARG TARGETPLATFORM

RUN tdnf clean all
RUN tdnf repolist --refresh
RUN ACCEPT_EULA=Y tdnf update -y
Expand Down

0 comments on commit e90bdb2

Please sign in to comment.