Skip to content
Snippets Groups Projects
Verified Commit 986f0fff authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Revert "Dockerfiles: Remove platform flag to avoid Docker warning"

This reverts commit 92bf4f5d.
parent 56083a3f
No related branches found
No related tags found
No related merge requests found
FROM debian:latest FROM --platform=linux/amd64 debian:latest
USER root USER root
RUN apt-get update --fix-missing && \ RUN apt-get update --fix-missing && \
......
FROM debian:12 FROM --platform=linux/amd64 debian:12
USER root USER root
RUN apt-get update --fix-missing && \ RUN apt-get update --fix-missing && \
......
FROM debian:12 FROM --platform=linux/amd64 debian:12
USER root USER root
RUN apt-get update --fix-missing && \ RUN apt-get update --fix-missing && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment