Skip to content

Commit 2e5a20b

Browse files
committed
Remove unnecessary --platform flag in Dockerfile
This is the default, and we are getting a linter warning about it in the CI which is noisy and not useful. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f03d3e5 commit 2e5a20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/test-installation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This Dockerfile is used to test the installation of the python package in
44
# multiple platforms in the CI. It is not used to build the package itself.
55

6-
FROM --platform=${TARGETPLATFORM} python:3.11-slim
6+
FROM python:3.11-slim
77

88
RUN apt-get update -y && \
99
apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)