diff --git a/tests/ubuntu/Dockerfile b/tests/ubuntu/Dockerfile new file mode 100644 index 0000000..921b8ce --- /dev/null +++ b/tests/ubuntu/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:20.04 + +# Start our way out as root first +USER root + +# TODO: Create an user with sudo prvilleges and with hardocded UID/GUID +RUN useradd gildedguy