Make bash the default shell in innosetup container
This commit is contained in:
parent
d8bf453f9c
commit
d5a93b188c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user