Fixes to docs and scripts for building seshat (#2733)

... because it took me all day to figure out.
This commit is contained in:
Richard van der Hoff
2025-12-08 11:52:24 +00:00
committed by GitHub
parent 8ca1f193e3
commit b9840c5801
4 changed files with 39 additions and 31 deletions
+6
View File
@@ -1,5 +1,9 @@
#!/bin/bash
set -e
cd $(dirname "$0")/..
IMAGE=${DOCKER_IMAGE_NAME:-"element-desktop-dockerbuild"}
docker inspect "$IMAGE" 2> /dev/null > /dev/null
@@ -8,6 +12,8 @@ if [ $? != 0 ]; then
exit 1
fi
mkdir -p docker/node_modules docker/.hak docker/.gnupg
# Taken from https://www.electron.build/multi-platform-build#docker
# Pass through any vars prefixed with INDOCKER_, removing the prefix
docker run --rm -ti \