Skip to content

Commit

Permalink
[docker]
Browse files Browse the repository at this point in the history
Added dockerfile fix for platform
  • Loading branch information
matt2005 committed Apr 3, 2021
1 parent aa60ef1 commit 1f84af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i386/debian:buster
FROM --platform=linux/i386 debian:buster

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion prebuilts

0 comments on commit 1f84af4

Please sign in to comment.