Skip to content

Commit a661bb7

Browse files
committed
feat: podman
1 parent aa5c660 commit a661bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN apt-get update && apt-get install -y \
2020
bat \
2121
dnsutils \
2222
iproute2 \
23-
htop
23+
htop \
24+
podman
2425

2526
RUN curl -sSL https://starship.rs/install.sh -o ./install.sh && \
2627
chmod +x ./install.sh && ./install.sh --yes && rm ./install.sh

0 commit comments

Comments
 (0)