mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add writeable home dir to docker image (#3603)
This commit is contained in:
@@ -110,6 +110,7 @@ docker rm "$temp_container_id" 1>&2
|
||||
|
||||
echo "coder:x:1000:coder" >>./group
|
||||
echo "coder:x:1000:1000::/:/bin/sh" >>./passwd
|
||||
mkdir ./empty-dir
|
||||
|
||||
docker buildx build \
|
||||
--platform "$arch" \
|
||||
|
||||
Reference in New Issue
Block a user