Skip to content

Commit a01da5e

Browse files
authored
Update Dockerfile
1 parent 4c3cf54 commit a01da5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN case "$(uname -m)" in \
1818

1919
FROM ghcr.io/dart-android/toybox
2020

21-
ENV DART_SDK /system/lib64/dart
22-
ENV PATH $DART_SDK/bin:$PATH
21+
ENV DART_SDK=/system/lib64/dart
22+
ENV PATH=$DART_SDK/bin:$PATH
2323

2424
COPY --from=0 /system/lib64/dart /system/lib64/dart
2525
COPY --from=0 /system/lib/dart /system/lib/dart

0 commit comments

Comments
 (0)