Skip to content

Commit ffb7dad

Browse files
committed
Fix pkg -L build regression
1 parent 9874c8b commit ffb7dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/pkg-docker

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if test $arg0 = docker; then
2323
echo "tea.xyz/brewkit: error: invalid usage" >&2
2424
exit 1
2525
elif shift; then
26-
CMD="tea $d/bin/pkg-$arg0"
26+
# we need the +deno.land because we’re setting the dev-env to the pantry
27+
CMD="tea +deno.land $d/bin/pkg-$arg0"
2728
# ensures the dev-env has the same brewkit requirements
2829
ADDARGS="$ADDARGS"" --env SRCROOT=/root/pantry"
2930
else

0 commit comments

Comments
 (0)