Skip to content

Commit

Permalink
refactor: remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Jan 14, 2025
1 parent 8d3ab21 commit 3d176de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a base Ubuntu image
FROM --platform=linux/amd64 ubuntu:20.04
FROM ubuntu:20.04

# Avoid prompts from apt
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 3d176de

Please sign in to comment.