add gcc to deploy test docker

This commit is contained in:
einhornimmond 2025-05-20 12:55:31 +02:00
parent 8df86fdc0d
commit d245009acd

View File

@ -24,7 +24,8 @@ RUN apt update && apt install -y \
mariadb-server \
nginx \
gettext \
curl
curl \
gcc
##### Install Image #######################################################################
## Simulate parts from install script to get a minimal configuration to test start script #