Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 93752cf5 authored by Ichlasul Affan's avatar Ichlasul Affan
Browse files

Fix User ID problem

parent 08aaa4eb
No related branches found
No related tags found
No related merge requests found
Pipeline #29839 passed
......@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Or your actual UID, GID on Linux if not the default 1000
ARG USERNAME=sonar
ARG USER_UID=1000
ARG USER_UID=2000
ARG USER_GID=$USER_UID
# Install packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment