Skip to content
Snippets Groups Projects
Commit 13ad8a6f authored by Andri Joos's avatar Andri Joos :blush:
Browse files

set workdir

parent d6b387f7
No related branches found
No related tags found
No related merge requests found
Pipeline #7386 passed with stage
in 15 minutes and 38 seconds
...@@ -36,6 +36,7 @@ RUN apk add --no-cache bash git gcompat \ ...@@ -36,6 +36,7 @@ RUN apk add --no-cache bash git gcompat \
&& chown -R ${USERNAME}:${USERNAME} ${FLUTTER_HOME} && chown -R ${USERNAME}:${USERNAME} ${FLUTTER_HOME}
USER ${USERNAME} USER ${USERNAME}
WORKDIR /home/${USERNAME}
RUN dart --disable-analytics && flutter config --no-analytics \ RUN dart --disable-analytics && flutter config --no-analytics \
&& flutter precache --universal && flutter precache --universal
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment