1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2025-12-27 23:43:38 +02:00
Files
Florian Kinder 35221ac441 Fix missing addgroup/adduser commands in Debian slim image
Replace addgroup/adduser with groupadd/useradd which are available
in the debian:stable-slim base image. The addgroup and adduser commands
are part of the adduser package which is not installed in the slim image.

This fixes the build failure:
/bin/bash: line 1: addgroup: command not found

Continues fix for #582
2025-08-13 22:34:46 +09:00
..