Dockerfile update

This commit is contained in:
Blaise Tine 2024-07-23 16:01:00 -07:00
parent ab761946e5
commit b859d0c088

View file

@ -19,6 +19,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# Update and install necessary dependencies
RUN apt-get update && apt-get install -y \
software-properties-common \
build-essential \
python \
python3 \