Skip to content

Commit

Permalink
fix: remove typo in chown option
Browse files Browse the repository at this point in the history
  • Loading branch information
tauu committed Dec 20, 2023
1 parent 72ee3bb commit 2bbb093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ ADD https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/f
RUN tar xf flutter_linux.tar.xz
RUN rm flutter_linux.tar.xz
# root user version
RUN chown -r root:root flutter
RUN chown -R root:root flutter
# non-root user version
# RUN chown -r flutter:flutter flutter
# RUN chown -R flutter:flutter flutter

# Setup paths for flutter installation.
ENV FLUTTER_HOME="/home/flutter/flutter"
Expand Down

0 comments on commit 2bbb093

Please sign in to comment.