Update Dockerfile

This commit is contained in:
Nick Trochalakis
2025-07-07 11:20:12 -07:00
committed by GitHub
parent 9e4d59af6e
commit 489ae82aed
+2 -2
View File
@@ -1,7 +1,7 @@
FROM debian:bullseye-slim FROM debian:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \ RUN apt-get update
apt-get install -y --no-install-recommends \ RUN apt-get install -y --no-install-recommends \
bash \ bash \
screen \ screen \
curl \ curl \