mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io XDG_CONFIG_HOME: /etc -> /usr/local/etc
This commit is contained in:
parent
628d12fa2f
commit
4315ec6179
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|||
BUN_INSTALL=/usr/local/share/bun \
|
||||
NPM_CONFIG_CACHE=/tmp/.npm \
|
||||
PALABRA_DIR=/usr/local/share \
|
||||
XDG_CONFIG_HOME=/etc
|
||||
XDG_CONFIG_HOME=/usr/local/etc
|
||||
|
||||
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common"
|
||||
ARG RUST_DEPS="build-essential"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue