Skip to content

Commit

Permalink
testing amd bin
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Jan 2, 2024
1 parent 5332c4d commit 9414d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine
COPY assets/ /assets

#USER nonroot:nonroot
RUN apk add gcompat
RUN if apk --print-arch | grep -q amd; then apk add gcompat; fi

ENTRYPOINT ["/usr/bin/port-k8s-exporter"]

Expand Down

0 comments on commit 9414d3a

Please sign in to comment.