Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 23, 2025
1 parent addf2df commit e130e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ RUN set -e; \
&& alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 10 \
&& python3 --version \
&& node --version \
&& python3 -m pip install --upgrade pip poetry atom-tools \
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.0 \
&& atom-tools --version && atom-tools --help \
&& curl -s "https://get.sdkman.io" | bash \
&& source "/root/.sdkman/bin/sdkman-init.sh" \
&& echo -e "sdkman_auto_answer=true\nsdkman_selfupdate_feature=false\nsdkman_auto_env=true\nsdkman_curl_connect_timeout=20\nsdkman_curl_max_time=0" >> /root/.sdkman/etc/config \
Expand Down
3 changes: 2 additions & 1 deletion ci/Dockerfile.sle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ RUN set -e; \
&& ruby --version \
&& which ruby \
&& rm -rf /root/.rbenv/cache $RUBY_BUILD_BUILD_PATH \
&& python3 -m pip install --upgrade pip poetry atom-tools \
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.0 \
&& atom-tools --version && atom-tools --help \
&& mkdir -p ${ANDROID_HOME}/cmdline-tools \
&& curl -L https://dl.google.com/android/repository/commandlinetools-linux-10406996_latest.zip -o ${ANDROID_HOME}/cmdline-tools/android_tools.zip \
&& unzip ${ANDROID_HOME}/cmdline-tools/android_tools.zip -d ${ANDROID_HOME}/cmdline-tools/ \
Expand Down

0 comments on commit e130e6b

Please sign in to comment.