Change flutter directory ownership

This commit is contained in:
zontreck 2024-07-07 02:52:24 -07:00
parent b0f568e752
commit 14998ce831

View file

@ -5,6 +5,7 @@ LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
ARG JENKINS_SECRET=notset
ENV DOCKER 1
USER 0
RUN echo ${JENKINS_SECRET} > /agent.secret
@ -30,6 +31,8 @@ RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd
RUN dpkg -i google-chrome-stable_current_amd64.deb
RUN chown -R root:root /flutter
RUN /flutter/bin/flutter --disable-analytics
RUN /flutter/bin/flutter doctor