Skip to content

Commit f296b5f

Browse files
authored
Update Dockerfile
1 parent c955435 commit f296b5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ RUN apt-get update && apt-get install wget xz-utils -y && \
55
wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}-stable.tar.xz && \
66
tar -xf flutter_linux_${FLUTTER_VERSION}-stable.tar.xz && \
77
export PATH="$PATH:`pwd`/flutter/bin" && \
8+
git config --global --add safe.directory /app/downloads/flutter && \
89
flutter doctor
910
ENV PATH="$PATH:`pwd`/flutter/bin"

0 commit comments

Comments
 (0)