Skip to content

Commit

Permalink
podman in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Oct 18, 2024
1 parent 46fcc66 commit 5e25956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt update && apt install -y flex bison

RUN apt update && apt install -y libunwind-dev

RUN apt update && apt install -y clang
RUN apt update && apt install -y clang podman

ARG arch=
ENV ARCH=${arch}

0 comments on commit 5e25956

Please sign in to comment.