Skip to content

Commit

Permalink
Include the platform in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelini committed Sep 15, 2022
1 parent c8d4b5b commit 1ba526a
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
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-minimal:33
FROM --platform=linux/amd64 registry.fedoraproject.org/fedora-minimal:33

RUN microdnf install -y curl findutils iputils postgresql procps tar time which \
&& microdnf clean all
Expand Down

0 comments on commit 1ba526a

Please sign in to comment.