Add which to install commands.

This commit is contained in:
2025-10-10 16:08:58 -07:00
parent 9381d61d99
commit f57a0d322d
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ FROM opensuse/tumbleweed
RUN zypper -n refresh \
&& zypper -n dist-upgrade -y \
&& zypper -n install -y git bash curl sudo
&& zypper -n install -y git bash curl sudo which
COPY bin/main.sh /root/main.sh
RUN chmod +x /root/main.sh