fix: add writeable home dir to docker image (#3603)

This commit is contained in:
Dean Sheather
2022-08-22 19:43:13 +10:00
committed by GitHub
parent 68e17921f0
commit 369a9fb535
2 changed files with 9 additions and 4 deletions
+1
View File
@@ -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" \