Skip to content

Commit 4315ec6

Browse files
committed
feature: docker: io XDG_CONFIG_HOME: /etc -> /usr/local/etc
1 parent 628d12f commit 4315ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1818
BUN_INSTALL=/usr/local/share/bun \
1919
NPM_CONFIG_CACHE=/tmp/.npm \
2020
PALABRA_DIR=/usr/local/share \
21-
XDG_CONFIG_HOME=/etc
21+
XDG_CONFIG_HOME=/usr/local/etc
2222

2323
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common"
2424
ARG RUST_DEPS="build-essential"

0 commit comments

Comments
 (0)