Compare commits

2 Commits

Author SHA1 Message Date
Logan Cusano
f1de077b72 Merge remote-tracking branch 'origin/master' into fix-disconnection-bug
All checks were successful
Lint / lint (pull_request) Successful in 38s
2025-02-23 21:42:54 -05:00
Logan Cusano
7362715a21 Uniform apt-get
All checks were successful
Lint / lint (push) Successful in 32s
2025-02-23 21:33:06 -05:00

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 \