scons_gd/scons/testing/docker/ubuntu19.10/build/startup/setup_container.sh

11 lines
321 B
Bash
Raw Normal View History

2022-10-15 16:06:26 +02:00
#!/bin/sh
# Here we can add local setup steps for the finishing touches to our Docker build container.
# This can be setting symbolic links, e.g.
# sudo ln -s /disk2/stuff /stuff
# or triggering further scripts.
# We start a separate xterm/terminal, such that the container doesn't exit right away...
/usr/bin/xterm