Skip to content

Commit

Permalink
Add maestro binary symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed May 1, 2024
1 parent 2214b6d commit a47a9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - && \
apt-get update -y && apt-get install google-cloud-sdk unzip -y

RUN curl -Ls "https://get.maestro.mobile.dev" | bash
RUN curl -Ls "https://get.maestro.mobile.dev" | bash && \
ln -s /root/.maestro/bin/maestro /usr/bin/maestro

RUN mkdir /opt/gradle
RUN curl "https://services.gradle.org/distributions/gradle-8.7-bin.zip" -L --output /root/gradle.zip && \
Expand Down

0 comments on commit a47a9e6

Please sign in to comment.