Skip to content

Commit

Permalink
Merge pull request #182 from zebrunner/develop
Browse files Browse the repository at this point in the history
2.6.3 final changes
  • Loading branch information
vdelendik authored Feb 6, 2024
2 parents b19d564 + 3591b8e commit 22c567e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ COPY files/healthcheck /usr/local/bin/
COPY files/start_all.sh /opt/
CMD bash /opt/start_all.sh

RUN apt-get -y update && \
apt-get -y install netcat && \
rm -rf /var/lib/apt/lists/*

HEALTHCHECK CMD ["healthcheck"]
2 changes: 1 addition & 1 deletion files/start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if [[ "$PLATFORM_NAME" == "ios" ]]; then
fi
else
echo "Can't establish connection to usbmuxd socket [$USBMUXD_SOCKET_ADDRESS], one more attempt in $USBMUXD_SOCKET_PERIOD seconds."
sleep "$USBMUXD_SOCKET_PERIOD"
fi
sleep "$USBMUXD_SOCKET_PERIOD"
done

if [[ $socketCreated -eq 0 ]]; then
Expand Down

0 comments on commit 22c567e

Please sign in to comment.