From 9f965314381bf217e6d70a62cdad5153698976e3 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Sun, 22 Oct 2023 14:12:19 -0700 Subject: [PATCH] Fix comment as why we need apt install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a70db80dcd..bfd9acccb99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir /src COPY . /src/ ENV VIRTUAL_ENV=/opt/venv ENV HATCH_BUILD_HOOKS_ENABLE=1 -# Install build tools to compile dependencies that don't have prebuilt wheels +# Install build tools to compile black + dependencies RUN apt update && apt install -y build-essential git python3-dev RUN python -m venv $VIRTUAL_ENV RUN python -m pip install --no-cache-dir hatch hatch-fancy-pypi-readme hatch-vcs