style(docker): newer versions of docker require keyword as to be of same case as from

Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
This commit is contained in:
Raphael Defosseux
2024-07-26 13:17:21 +02:00
parent bd721c3bdb
commit 0efaec657a
30 changed files with 42 additions and 42 deletions

View File

@@ -41,7 +41,7 @@ RUN /bin/sh oaienv && \
./build_oai --phy_simulators --ninja --sanitize --noavx512 -c --cmake-opt -DCMAKE_C_FLAGS=-Werror --cmake-opt -DCMAKE_CXX_FLAGS=-Werror
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
FROM registry.access.redhat.com/ubi9/ubi:latest AS oai-physim
RUN dnf update -y && \
dnf install -y \