We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa27d3 commit 386fc5eCopy full SHA for 386fc5e
earthly/flutter/Earthfile
@@ -41,7 +41,7 @@ flutter-base:
41
42
ENV DEBIAN_FRONTEND=noninteractive
43
44
- # Runing update & install as same command so if either fails, the whole step fails and
+ # Runing update and install as same command so if either fails, the whole step fails and
45
# is not cached.
46
RUN apt-get update --fix-missing && \
47
apt-get install -y \
0 commit comments