Skip to content

Commit

Permalink
Fix unrelated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 24, 2024
1 parent 601fa25 commit 57e4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:${ALPINE_VERSION}

RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base

# build wheels in first image
# build wheels in a build stage
ENV VIRTUAL_ENV /opt/venv
ENV PATH ${VIRTUAL_ENV}/bin:${PATH}

Expand Down

0 comments on commit 57e4b3f

Please sign in to comment.