Create tests/ubuntu directory for testing bootstrap scripts

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-08-27 22:28:22 +08:00 committed by GitHub
parent 931d9f290e
commit 670a711e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
tests/ubuntu/Dockerfile Normal file
View File

@ -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