Switch to using USER_NAME
This commit is contained in:
@@ -11,7 +11,8 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/cinnamon-main
|
||||
|
||||
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
|
||||
|
||||
ARG USR_DIR=usr-cp
|
||||
ARG USER_NAME=cp
|
||||
ARG USR_DIR=usr-${USER_NAME}
|
||||
|
||||
# The default recipe set to the recipe's default filename
|
||||
# so that `podman build` should just work for many people.
|
||||
|
||||
Reference in New Issue
Block a user