Skip to content

Commit

Permalink
Fix comment as why we need apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Oct 22, 2023
1 parent 56b9bdb commit 9f96531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 9f96531

Please sign in to comment.