aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/devcontainer-custom-home/Dockerfile
blob: a94af4bc1aaaaeeddae9bdc45564eae1f924b796 (plain) (blame)
1
2
3
4
FROM ubuntu:focal

RUN groupadd customUser -g 30000 && \
    useradd customUser -u 30000 -g 30000 --create-home --home-dir /customHome