container: Fix issue with missing make command on stable image

Fixes: #2402.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-02-13 11:36:14 -08:00 committed by James Valleroy
parent b09f2cd74e
commit 7b2a65d449
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -159,6 +159,7 @@ set -xe pipefail
cd /freedombox/
sudo apt-get -y install make
sudo make provision-dev
echo 'alias freedombox-develop="cd /freedombox; sudo -u plinth /freedombox/run --develop"' \