Skip to content

Commit a0d5e02

Browse files
authored
Update Dockerfile
1 parent 3b1dc38 commit a0d5e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ RUN --mount=type=bind,source=.,target=/build \
2626
&& DART_SDK_CACHE="$HOME/.dart/dartdev/sdk_cache/$(cat "$DART_SDK/version")" \
2727
&& mkdir -p "$DART_SDK_CACHE" \
2828
&& cd "$DART_SDK_CACHE" \
29-
&& find /build \( -name "dartaotruntime_*" -o -name "gen_snapshot_linux_${SDK_ARCH}_*" \) -not -name "dartaotruntime_linux_${SDK_ARCH}" -not -name "gen_snapshot_linux_${SDK_ARCH}_linux_${S
30-
DK_ARCH}" -print0 | xargs -0 -n 1 -- sh -c 'cp "$1" "$(basename "$1")" && chmod a+x "$(basename "$1")"' --
29+
&& find /build \( -name "dartaotruntime_*" -o -name "gen_snapshot_linux_${SDK_ARCH}_*" \) -not -name "dartaotruntime_linux_${SDK_ARCH}" -not -name "gen_snapshot_linux_${SDK_ARCH}_linux_${SDK_ARCH}" -print0 | xargs -0 -n 1 -- sh -c 'cp "$1" "$(basename "$1")" && chmod a+x "$(basename "$1")"' --

0 commit comments

Comments
 (0)