Make bash the default shell in innosetup container

This commit is contained in:
Alessio 2024-03-13 20:51:45 -07:00
parent d8bf453f9c
commit d5a93b188c

View File

@ -1,6 +1,7 @@
# Inspired by: https://github.com/amake/innosetup-docker/ # Inspired by: https://github.com/amake/innosetup-docker/
from ubuntu:jammy from ubuntu:jammy
shell ["/bin/bash", "-c"]
run dpkg --add-architecture i386 run dpkg --add-architecture i386
run apt update run apt update
run apt install -y curl ssh wine wine32 xvfb run apt install -y curl ssh wine wine32 xvfb