Skip to content

Commit

Permalink
fix for tinycore
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Feb 14, 2024
1 parent 7ae3da1 commit 69295ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ _runplat() {
mkdir -p "$myplat"

echo "FROM $plat" > "$myplat/Dockerfile"
echo "USER root" >> "$myplat/Dockerfile"

update="$(_mergefield "$platline" "$baseline" 2)"
_debug "update" "$update"
Expand All @@ -312,6 +311,7 @@ _runplat() {

fi
fi
echo "USER root" >> "$myplat/Dockerfile"

if [ "$DEBUGING" ] ; then
cat "$myplat/Dockerfile"
Expand Down

0 comments on commit 69295ef

Please sign in to comment.