Skip to content

Commit

Permalink
Install podman in example Dockerfiles (#1959)
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed Feb 14, 2024
1 parent 5be2672 commit 0ca206b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/green/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN ARCH=$(uname -m); \
less \
sudo \
curl \
podman \
sed

# Just add the elemental cli
Expand Down
1 change: 1 addition & 0 deletions examples/tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN ARCH=$(uname -m); \
less \
sudo \
curl \
podman \
sed

# Just add the elemental cli
Expand Down

0 comments on commit 0ca206b

Please sign in to comment.