Update Dockerfile

This commit is contained in:
Drew Thomasson
2025-07-25 14:11:57 -04:00
committed by GitHub
parent 8b3191dc1e
commit 80b2251a21

View File

@@ -3,7 +3,7 @@ ARG BASE_IMAGE=base
FROM ${BASE} AS base
# Set environment PATH for local installations
ENV PATH="/root/.local/bin:$PATH"
#ENV PATH="/root/.local/bin:$PATH"
# Set non-interactive mode to prevent tzdata prompt
#ENV DEBIAN_FRONTEND=noninteractive
# Install system packages