Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
forwardcomputers committed Jan 19, 2024
1 parent d0b9b1b commit 0a7fa34
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions base_debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ ENV USER="ali" \
PUID="1001" \
PGID="1001" \
APP_DIR="/app" \
# CONFIG_DIR="/config" \
TZ="America/Toronto" \
_CHAR="UTF-8" \
_LANG="en" \
_CNTRY="US"
# ENV XDG_CONFIG_HOME=${CONFIG_DIR}/.config \
# XDG_CACHE_HOME=${CONFIG_DIR}/.cache \
# XDG_DATA_HOME=${CONFIG_DIR}/.local/share \
ENV LANG=${_LANG}_${_CNTRY}.${_CHAR} \
LANGUAGE=${_LANG} \
LC_ALL=${_LANG}_${_CNTRY}.${_CHAR}
Expand Down Expand Up @@ -78,12 +74,6 @@ RUN set -e \
# Create user
&& useradd -m -s /bin/false -U -u "${PUID}" "${USER}" \
&& usermod -G users "${USER}" \
# Create folders
# && HOME_DIR=$( awk -F: -v v=$_qaz '{if ($1==v) print $6}' /etc/passwd ) \
# && XDG_CONFIG_HOME=${CONFIG_DIR}/.config \
# && XDG_CACHE_HOME=${CONFIG_DIR}/.cache \
# && XDG_DATA_HOME=${CONFIG_DIR}/.local/share \
# && echo mkdir -p {"${APP_DIR}","${CONFIG_DIR}"} | bash \
#
# Clean-up
#
Expand Down

0 comments on commit 0a7fa34

Please sign in to comment.