We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00f4ca commit 3cc9287Copy full SHA for 3cc9287
util/docker_build.sh
@@ -36,7 +36,7 @@ if [ -z "$RUNTIME" ]; then
36
exit 2
37
fi
38
39
-
+
40
41
# Determine arguments
42
if [ $# -eq 0 ]; then
@@ -81,5 +81,6 @@ fi
81
-e ALT_GET_KEYBOARDS=true \
82
-e SKIP_GIT="$SKIP_GIT" \
83
-e MAKEFLAGS="$MAKEFLAGS" \
84
+ -e USER="" \
85
qmkfm/base_container \
86
make "$keyboard${keymap:+:$keymap}${target:+:$target}"
0 commit comments