Improving reconnection logic #2

Merged
logan merged 10 commits from fix-disconnection-bug into master 2025-03-04 22:02:33 -05:00
Showing only changes of commit f1de077b72 - Show all commits

View File

@@ -5,9 +5,9 @@ FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
# Install system dependencies
RUN apt update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends libc-bin apt-transport-https && \
apt install -y --no-install-recommends git \
apt-get install -y --no-install-recommends git \
curl \
python3 \
python3-pip \