dotfiles/tests/ubuntu/Dockerfile

8 lines
158 B
Docker

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