From d5a93b188cbba47fcea56c5f3b9f1340280d3959 Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 13 Mar 2024 20:51:45 -0700 Subject: [PATCH] Make bash the default shell in innosetup container --- .woodpecker/docker/innosetup.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/docker/innosetup.dockerfile b/.woodpecker/docker/innosetup.dockerfile index b53889f..28adf30 100644 --- a/.woodpecker/docker/innosetup.dockerfile +++ b/.woodpecker/docker/innosetup.dockerfile @@ -1,6 +1,7 @@ # Inspired by: https://github.com/amake/innosetup-docker/ from ubuntu:jammy +shell ["/bin/bash", "-c"] run dpkg --add-architecture i386 run apt update run apt install -y curl ssh wine wine32 xvfb