From a47a9e6ab77a5ac250941162257e759979325f05 Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Wed, 1 May 2024 11:13:08 +0200 Subject: [PATCH] Add maestro binary symbolic link --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7804794..0c7b199 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \